<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>descriptor &#8211; Electronique et Informatique</title>
	<atom:link href="https://amaury-laurent.fr/snippet-tags/descriptor/feed/" rel="self" type="application/rss+xml" />
	<link>https://amaury-laurent.fr</link>
	<description>Site web d&#039;Amaury LAURENT</description>
	<lastBuildDate>Mon, 08 May 2017 19:41:15 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.2</generator>

<image>
	<url>https://amaury-laurent.fr/wp-content/uploads/2015/09/favicon.png</url>
	<title>descriptor &#8211; Electronique et Informatique</title>
	<link>https://amaury-laurent.fr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>RcReceiver_descriptor</title>
		<link>https://amaury-laurent.fr/code-snippets/rcreceiver_descriptor/</link>
		
		<dc:creator><![CDATA[Amaury LAURENT]]></dc:creator>
		<pubDate>Mon, 08 May 2017 19:41:15 +0000</pubDate>
				<guid isPermaLink="false">http://amaury-laurent.fr/?post_type=code-snippets&#038;p=761</guid>

					<description><![CDATA[<p>{ 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Application) 0x09, 0x01, // USAGE (Pointer) 0xa1, 0x00, // COLLECTION (Physical) 0x09, 0x30, // USAGE (X) 0x09, 0x31, // USAGE (Y) 0x09, 0x34, // USAGE (Ry) 0x09, 0x33, // USAGE (Rx) 0x15, 0x00, // LOGICAL_MINIMUM (0) 0x27, 0xff, 0xff, [&#8230;]</p>
<p>Cet article <a rel="nofollow" href="https://amaury-laurent.fr/code-snippets/rcreceiver_descriptor/">RcReceiver_descriptor</a> est apparu en premier sur <a rel="nofollow" href="https://amaury-laurent.fr">Electronique et Informatique</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="snippetcpt-wrap" id="snippet-761" data-id="761" data-edit="" data-copy="/snippet-tags/descriptor/feed/?snippet=eeb9c99fb7&#038;id=761" data-fullscreen="https://amaury-laurent.fr/code-snippets/rcreceiver_descriptor/?full-screen=1">
				<pre class="prettyprint linenums lang-c_cpp singular-snippet" title="RcReceiver_descriptor">{
    0x05, 0x01,                        // USAGE_PAGE (Generic Desktop)
    0x09, 0x04,                        // USAGE (Joystick)
    0xa1, 0x01,                        // COLLECTION (Application)
    0x09, 0x01,                        //   USAGE (Pointer)
    0xa1, 0x00,                        //   COLLECTION (Physical)
    0x09, 0x30,                        //     USAGE (X)
    0x09, 0x31,                        //     USAGE (Y)
    0x09, 0x34,                        //     USAGE (Ry)
    0x09, 0x33,                        //     USAGE (Rx)
    0x15, 0x00,                        //     LOGICAL_MINIMUM (0)
    0x27, 0xff, 0xff, 0x00, 0x00,    //     LOGICAL_MAXIMUM (65535)
    0x75, 0x10,                        //     REPORT_SIZE (16)
    0x95, 0x04,                        //     REPORT_COUNT (4)
    0x81, 0x02,                        //     INPUT (Data,Var,Abs)
    0xc0,                            //     END_COLLECTION
    0xc0                            // END_COLLECTION
}</pre>
			</div><p>Cet article <a rel="nofollow" href="https://amaury-laurent.fr/code-snippets/rcreceiver_descriptor/">RcReceiver_descriptor</a> est apparu en premier sur <a rel="nofollow" href="https://amaury-laurent.fr">Electronique et Informatique</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
