<?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>HID &#8211; Electronique et Informatique</title>
	<atom:link href="https://amaury-laurent.fr/snippet-tags/hid/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:46:32 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.4</generator>

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

					<description><![CDATA[<p>while (1) { MyReport.x_value = (value1-MIN_PERIOD)/1.22; MyReport.y_value = (value2-MIN_PERIOD)/1.22; MyReport.rx_value = (value3-MIN_PERIOD)/1.22; MyReport.ry_value = (value4-MIN_PERIOD)/1.22; HID_Write(MyReport.bytes, sizeof(MyReport)); delay_ms(10); }</p>
<p>Cet article <a rel="nofollow" href="https://amaury-laurent.fr/code-snippets/rcreceiver_mainloop/">RcReceiver_MainLoop</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-765" data-id="765" data-edit="" data-copy="/snippet-tags/hid/feed/?snippet=3f0ce3b31f&#038;id=765" data-fullscreen="https://amaury-laurent.fr/code-snippets/rcreceiver_mainloop/?full-screen=1">
				<pre class="prettyprint linenums lang-c_cpp singular-snippet" title="RcReceiver_MainLoop">while (1) {
    MyReport.x_value = (value1-MIN_PERIOD)/1.22;
    MyReport.y_value = (value2-MIN_PERIOD)/1.22;
    MyReport.rx_value = (value3-MIN_PERIOD)/1.22;
    MyReport.ry_value = (value4-MIN_PERIOD)/1.22;
    HID_Write(MyReport.bytes, sizeof(MyReport));
    delay_ms(10);
}</pre>
			</div><p>Cet article <a rel="nofollow" href="https://amaury-laurent.fr/code-snippets/rcreceiver_mainloop/">RcReceiver_MainLoop</a> est apparu en premier sur <a rel="nofollow" href="https://amaury-laurent.fr">Electronique et Informatique</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
