<?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: MCU Programming Intro Series #1: SOS on the Arduino</title>
	<atom:link href="http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/</link>
	<description>Microcontrollers Electronics Hobby</description>
	<lastBuildDate>Sun, 28 Mar 2010 03:07:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AVR Dragon: Getting Started &#124; uC Hobby</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1548</link>
		<dc:creator>AVR Dragon: Getting Started &#124; uC Hobby</dc:creator>
		<pubDate>Tue, 03 Mar 2009 01:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1548</guid>
		<description>[...] MCU Programming Intro Series #1: SOS on the Arduino [...]</description>
		<content:encoded><![CDATA[<p>[...] MCU Programming Intro Series #1: SOS on the Arduino [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Split Brain</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1553</link>
		<dc:creator>The Split Brain</dc:creator>
		<pubDate>Fri, 06 Feb 2009 04:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1553</guid>
		<description>&lt;strong&gt;Programming the Arduino...&lt;/strong&gt;

uC Hobby has an excellent article on programming on the Arduino platform. I have a particular interest in this since I own and program one of this suckers for fun.
Check it out if you&#8217;re interested in learning about microcontroller programming! T...</description>
		<content:encoded><![CDATA[<p><strong>Programming the Arduino&#8230;</strong></p>
<p>uC Hobby has an excellent article on programming on the Arduino platform. I have a particular interest in this since I own and program one of this suckers for fun.<br />
Check it out if you&#8217;re interested in learning about microcontroller programming! T&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Fenwick</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1552</link>
		<dc:creator>Kent Fenwick</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1552</guid>
		<description>For all those who love awesome languages like Ruby, checkout RAD http://rad.rubyforge.org/.

It let&#039;s your program Arduino using Ruby :)</description>
		<content:encoded><![CDATA[<p>For all those who love awesome languages like Ruby, checkout RAD <a href="http://rad.rubyforge.org/" rel="nofollow">http://rad.rubyforge.org/</a>.</p>
<p>It let&#8217;s your program Arduino using Ruby <img src='http://www.uchobby.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cail</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1551</link>
		<dc:creator>Cail</dc:creator>
		<pubDate>Tue, 03 Feb 2009 23:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1551</guid>
		<description>@follower: that&#039;s a good distinction; we&#039;ll try to not be so loose with our wording/descriptions in future articles...but I can&#039;t make any guarantees because we&#039;re just amateurs and not experts. :)

Thanks,
- Cail, Hardhack</description>
		<content:encoded><![CDATA[<p>@follower: that&#8217;s a good distinction; we&#8217;ll try to not be so loose with our wording/descriptions in future articles&#8230;but I can&#8217;t make any guarantees because we&#8217;re just amateurs and not experts. <img src='http://www.uchobby.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
- Cail, Hardhack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: follower</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1550</link>
		<dc:creator>follower</dc:creator>
		<pubDate>Tue, 03 Feb 2009 12:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1550</guid>
		<description>Just a pedantic note, the Arduino doesn&#039;t really use a &quot;special C-esque programming language&quot; it&#039;s actually standard C/C++ but only a subset is documented in order to simplify getting started.

It also features a post-processor that removes the need for certain boilerplate, like function prototype declarations.

--Phil.</description>
		<content:encoded><![CDATA[<p>Just a pedantic note, the Arduino doesn&#8217;t really use a &#8220;special C-esque programming language&#8221; it&#8217;s actually standard C/C++ but only a subset is documented in order to simplify getting started.</p>
<p>It also features a post-processor that removes the need for certain boilerplate, like function prototype declarations.</p>
<p>&#8211;Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.uchobby.com/index.php/2009/02/01/mcu-programming-intro-series-1-sos-on-the-arduino/comment-page-1/#comment-1549</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 02 Feb 2009 22:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/?p=246#comment-1549</guid>
		<description>Nice Article! Well thought out and worded. Being a newbie this was a great find to learn from.</description>
		<content:encoded><![CDATA[<p>Nice Article! Well thought out and worded. Being a newbie this was a great find to learn from.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
