<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: First look at the TinyDuino</title>
	<atom:link href="http://kullander.nu/blog/2013/07/06/first-look-at-the-tinyduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://kullander.nu/blog/2013/07/06/first-look-at-the-tinyduino/</link>
	<description>News and thoughts</description>
	<lastBuildDate>Mon, 08 Jul 2013 20:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.13</generator>
	<item>
		<title>By: blog</title>
		<link>http://kullander.nu/blog/2013/07/06/first-look-at-the-tinyduino/comment-page-1/#comment-232792</link>
		<dc:creator><![CDATA[blog]]></dc:creator>
		<pubDate>Mon, 08 Jul 2013 20:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://kullander.nu/blog/?p=210#comment-232792</guid>
		<description><![CDATA[I simply took the accelerometer sample and copied the LedOn() function and the setup needed from the LED example. Then in loop() I changed the delay to 50 instead of a 100 and above it I added:

 int led = (-AccelX + 256) / 32;
 LedOn(led);]]></description>
		<content:encoded><![CDATA[<p>I simply took the accelerometer sample and copied the LedOn() function and the setup needed from the LED example. Then in loop() I changed the delay to 50 instead of a 100 and above it I added:</p>
<p> int led = (-AccelX + 256) / 32;<br />
 LedOn(led);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://kullander.nu/blog/2013/07/06/first-look-at-the-tinyduino/comment-page-1/#comment-232791</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Mon, 08 Jul 2013 11:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://kullander.nu/blog/?p=210#comment-232791</guid>
		<description><![CDATA[Really cool ,I did the same thing .
Can you post the code I am keen to see how you did it ,if your solution is faster or better than mine :)]]></description>
		<content:encoded><![CDATA[<p>Really cool ,I did the same thing .<br />
Can you post the code I am keen to see how you did it ,if your solution is faster or better than mine <img src="http://kullander.nu/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
