<?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: Unimaginably Pointless Arduino Projects</title>
	<atom:link href="http://www.robpoyntz.com/blog/?feed=rss2&#038;p=307" rel="self" type="application/rss+xml" />
	<link>http://www.robpoyntz.com/blog/?p=307</link>
	<description>Learning how to write software and trying to stand on a surfboard</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:02:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: KodeFree</title>
		<link>http://www.robpoyntz.com/blog/?p=307&#038;cpage=1#comment-5672</link>
		<dc:creator>KodeFree</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.robpoyntz.com/blog/?p=307#comment-5672</guid>
		<description>if ((byte(c) &gt;= LOWERCASE_A) &amp;&amp; (byte(c) &lt; = LOWERCASE_Z))

when copied is a bug because of the the extra space between &lt; and = , should be &lt;=</description>
		<content:encoded><![CDATA[<p>if ((byte(c) &gt;= LOWERCASE_A) &amp;&amp; (byte(c) &lt; = LOWERCASE_Z))</p>
<p>when copied is a bug because of the the extra space between &lt; and = , should be &lt;=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark (K6HX)</title>
		<link>http://www.robpoyntz.com/blog/?p=307&#038;cpage=1#comment-5067</link>
		<dc:creator>Mark (K6HX)</dc:creator>
		<pubDate>Sat, 02 Jan 2010 07:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robpoyntz.com/blog/?p=307#comment-5067</guid>
		<description>Glad to see my little experiment in Morse code was useful.</description>
		<content:encoded><![CDATA[<p>Glad to see my little experiment in Morse code was useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
