<?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>WCRS &#187; Arduino</title>
	<atom:link href="http://www.robotgames.com/category/electronics/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotgames.com</link>
	<description>Western Canadian Robotics Society</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:31:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Comic featuring Arduino</title>
		<link>http://www.robotgames.com/20100309/comic-featuring-arduino/</link>
		<comments>http://www.robotgames.com/20100309/comic-featuring-arduino/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:34:53 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Culture of Robots]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=952</guid>
		<description><![CDATA[And how true it is. http://blog.beetlebum.de/2010/03/08/arduino/]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>And how true it is.</p>
<p><a href="http://blog.beetlebum.de/2010/03/08/arduino/">http://blog.beetlebum.de/2010/03/08/arduino/</a><br />
<a href="http://www.robotgames.com/wp-content/uploads/2010/03/arduinoen1.gif"><img src="http://www.robotgames.com/wp-content/uploads/2010/03/arduinoen1.gif" alt="" title="arduinoen1" width="400" height="602" class="alignnone size-full wp-image-953" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20100309/comic-featuring-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino 0018 Released!</title>
		<link>http://www.robotgames.com/20100130/arduino-0018-released/</link>
		<comments>http://www.robotgames.com/20100130/arduino-0018-released/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 05:52:16 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=937</guid>
		<description><![CDATA[Download Links: Windows Mac OS X Linux (32 Bit) Release Notes: 0018 &#8211; 2010.01.29 [core / libraries] * Added tone() and noTone() functions for frequency generation. * Added Serial.end() command. * Added precision parameter for printing of floats / doubles. * Incorporated latest version of Firmata. * Fixed bug w/ disabling use of the RW [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Download Links:<br />
<a href="http://arduino.googlecode.com/files/arduino-0018.zip">Windows</a><br />
<a href="http://arduino.googlecode.com/files/arduino-0018.dmg">Mac OS X</a><br />
<a href="http://arduino.googlecode.com/files/arduino-0018.tgz">Linux (32 Bit)</a></p>
<p>Release Notes:</p>
<blockquote><p>0018 &#8211; 2010.01.29</p>
<p>[core / libraries]</p>
<p>* Added tone() and noTone() functions for frequency generation.<br />
* Added Serial.end() command.<br />
* Added precision parameter for printing of floats / doubles.<br />
* Incorporated latest version of Firmata.<br />
* Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library.<br />
* No longer disabling interrupts in delayMicroseconds().<br />
* Fixed bug w/ micros() returning incorrect values from within an interrupt.<br />
* Fixed bug that broke use of analog inputs 8-15 on the Mega.</p>
<p>[environment]</p>
<p>* Synchronized with the Processing 1.0.9 code base, bringing various fixes,<br />
  including to a bug causing saving to fail when closing the last sketch.</p>
<p>* Added support for third-party hardware in the SKETCHBOOK/hardware folder,<br />
  mirroring the current structure of the hardware folder in Arduino.</p>
<p>* Added Ctrl-Shift-M / Command-Shift-M shortcut for serial monitor.</p>
<p>* Hold down shift when pressing the Verify / Compile or Upload toolbar<br />
  buttons to generate verbose output (including command lines).</p>
<p>* Moving build (on upload) from the applet/ sub-folder of the sketch<br />
  to a temporary directory (fixing problems with uploading examples from<br />
  within the Mac OS X disk image or a Linux application directory).</p>
<p>* Fixed bug the prevented the inclusion of .cpp and .h (or .c and .h) files<br />
  of the same name in a sketch.</p>
<p>* Improved the Mac OS X disk image (.dmg): added a shortcut to the<br />
  Applications folder, a background image with arrow, and new FTDI drivers.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20100130/arduino-0018-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino with Ubuntu 9.10</title>
		<link>http://www.robotgames.com/20091122/arduino-with-ubuntu-9-10/</link>
		<comments>http://www.robotgames.com/20091122/arduino-with-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 22:38:58 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=771</guid>
		<description><![CDATA[Interested in setting up the Arduino IDE to work on Ubuntu 9.10? Head over to codetorment for a step by step guide for Ubuntu 9.10 32bit edition.]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Interested in setting up the Arduino IDE to work on Ubuntu 9.10?</p>
<p>Head over to <a href="http://www.codetorment.com/2009/11/02/tutorial-getting-started-with-arduino-ide-on-linux-ubuntu-9-10/" target="_blank">codetorment </a>for a step by step guide for Ubuntu 9.10 32bit edition.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20091122/arduino-with-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino IDE 0017 Released!</title>
		<link>http://www.robotgames.com/20090811/arduino-ide-0017-released/</link>
		<comments>http://www.robotgames.com/20090811/arduino-ide-0017-released/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 02:28:13 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=650</guid>
		<description><![CDATA[Download it For Windows, Mac OS X, and Linux 32Bit. Arduino Software Release Notes 0017 - 2009.07.25 [documentation / examples] * Many new and revised examples from Tom Igoe. [core / libraries] * Updated LiquidCrystal library by Limor Fried. See reference for details. * Updated Firmata library to version 2.1 (rev. 25). * Replaced the [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Download it For <a href="http://arduino.googlecode.com/files/arduino-0017.zip" target="_blank">Windows</a>, <a href="http://arduino.googlecode.com/files/arduino-0017.dmg" target="_blank">Mac OS X</a>, and <a href="http://arduino.googlecode.com/files/arduino-0017.tgz" target="_blank">Linux 32Bit</a>.</p>
<blockquote>
<h2>Arduino Software Release Notes</h2>
<pre>0017 - 2009.07.25

[documentation / examples]
* Many new and revised examples from Tom Igoe.

[core / libraries]
* Updated LiquidCrystal library by Limor Fried.  See reference for details.
* Updated Firmata library to version 2.1 (rev. 25).
* Replaced the Servo library with one (MegaServo) by Michael Margolis.
  Supports up to 12 servos on most Arduino boards and 48 on the Mega.
* Improving the accuracy of the baud rate calculations for serial
  communication (fixing double-speed problems on 8 MHz Arduino boards).
  Thanks to gabebear.

[environment]
* Synchronized with the Processing 1.0.3 code base (rev. 5503), bringing
  many improvements (listed below).
* New icons and about image by Thomas Glaser (envis precisely).
* Support for multiple sketch windows.
* The serial monitor now has its own window.
* Comment / Uncomment menu item (in Edit) and keyboard shortcut.
* Increase and Decrease Indent menu items (in Edit) and keyboard shortcuts.
* Support for third-party libraries in the SKETCHBOOK/libraries folder.
* Libraries are now compiled with the sketch, eliminating the delay when
  switching boards and the need to delete .o files when changing library
  source code.
* Arduino now comes as an app file (in a dmg) on the Mac.
* Adding the Arduino Nano w/ ATmega328 to the Tools &gt; Board menu.</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090811/arduino-ide-0017-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino IDE 16</title>
		<link>http://www.robotgames.com/20090604/arduino-ide-16/</link>
		<comments>http://www.robotgames.com/20090604/arduino-ide-16/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 15:40:13 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/20090604/arduino-ide-16/</guid>
		<description><![CDATA[Arduino 16 IDE Released! Download for: Windows &#124; Mac OS X &#124; Linux (32 Bit) Arduino Software Release Notes 0016 - 2009.05.30 [documentation / examples] * New communication examples (w/ corresponding Processing and Max/MSP code) by Tom Igoe. [core / libraries] * Adding support for the Arduino Pro and Pro Mini 3.3V / 8 MHz [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Arduino 16 IDE Released!</p>
<p>Download for:</p>
<p><a href="http://arduino.googlecode.com/files/arduino-0016-win.zip">Windows</a> | <a href="http://arduino.googlecode.com/files/arduino-0016-mac.zip">Mac OS X</a> | <a href="http://arduino.googlecode.com/files/arduino-0016-linux.tgz">Linux (32 Bit)</a></p>
<blockquote>
<h2>Arduino Software Release Notes</h2>
<pre>0016 - 2009.05.30

[documentation / examples]
* New communication examples (w/ corresponding Processing and Max/MSP code) by
  Tom Igoe.

[core / libraries]
* Adding support for the Arduino Pro and Pro Mini 3.3V / 8 MHz w/ ATmega328.
* Adding support for the LilyPad Arduino w/ ATmega328.
* Adding write(str) and write(buf, size) methods to Print, Serial, and the
  Ethernet library Client and Server classes.  This allows for more efficient
  (fewer packet) Ethernet communication.  (Thanks to mikalhart.)
* Improvements to the way the Ethernet library Client class connects and
  disconnects.  Should reduce or eliminate failed connections and long
  timeouts.  (Thanks to Bruce Luckcuck.)
* Optimizing the timer0 overflow interrupt handler (used for millis() and
  micros()).  Thanks to westfw and mikalhart.
* Fixing bug that limited the bit() macro to 15 bits.  Thanks to Paul Badger.
* Adding ARDUINO version constant (thanks to prodding from mikalhart).

[environment]
* Ordering the items in the Tools &gt; Board menu.
* Adding "Copy as HTML" command to the Tools menu.
* Eliminating (maybe) the occasional "Couldn't determine program size" errors.
  Thanks to the Clever Monkey.
* Moving selection of Linux look-and-feel into the arduino script so it can
  be changed by users.  Thanks to Eberhard Fahle.

[tools]
* Adding automatic dependency generation to the Makefile.  (Lars Immisch)</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090604/arduino-ide-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the Arduino matters…</title>
		<link>http://www.robotgames.com/20090524/why-the-arduino-matters%e2%80%a6/</link>
		<comments>http://www.robotgames.com/20090524/why-the-arduino-matters%e2%80%a6/#comments</comments>
		<pubDate>Mon, 25 May 2009 03:48:50 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=617</guid>
		<description><![CDATA[Via a post on Adafruit:  (Original post on Ideas for Dozens) Today, the world of physical computing closely resembles the personal computer industry circa 1975. We&#8217;ve been around for a few years struggling around the edges with tools and products that were designed, priced, and packaged for serious industry, but we haven&#8217;t made any money [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Via a post on <a href="http://www.adafruit.com/blog/2009/05/23/why-the-arduino-matters/">Adafruit</a>:  (Original post on <a href="http://www.urbanhonking.com/ideasfordozens/2009/05/why_the_arduino_matters.html">Ideas for Dozens</a>)</p>
<blockquote><p>Today, the world of physical computing closely resembles the personal computer industry circa 1975. We&#8217;ve been around for a few years struggling around the edges with tools and products that were designed, priced, and packaged for serious industry, but we haven&#8217;t made any money and we haven&#8217;t moved the world. That&#8217;s about to change.</p></blockquote>
<p>Great article, and good to read even if you are not into the Arduino craze.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090524/why-the-arduino-matters%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino 0015</title>
		<link>http://www.robotgames.com/20090406/arduino-0015/</link>
		<comments>http://www.robotgames.com/20090406/arduino-0015/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 03:54:24 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=489</guid>
		<description><![CDATA[With the release of the new Arduino MEGA, we have a new version of the IDE. Download the Windows, Linux or MAC OS X verison. Release notes: 0015 &#8211; 2009.03.26 [core / libraries] * Adding support for the Arduino Mega (ATmega1280). [environment] * Reinstating use of core.a library in the build process, slightly shrinking compiled [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>With the release of the new Arduino <a href="http://arduino.cc/en/Main/ArduinoBoardMega">MEGA</a>, we have a new version of the IDE.</p>
<p>Download the <a href="http://arduino.googlecode.com/files/arduino-0015-win.zip">Windows</a>, <a href="http://arduino.googlecode.com/files/arduino-0015-linux.tgz">Linux</a> or <a href="http://arduino.googlecode.com/files/arduino-0015-mac.zip">MAC OS X</a> verison.</p>
<p>Release notes:</p>
<blockquote><p>0015 &#8211; 2009.03.26</p>
<p>[core / libraries]<br />
* Adding support for the Arduino Mega (ATmega1280).</p>
<p>[environment]<br />
* Reinstating use of core.a library in the build process, slightly shrinking<br />
compiled sketch sizes.  (Thanks to William Westfield.)<br />
* Fixing bug in copy for forum (thanks to eried).</p></blockquote>
<p>Overview of the new Arduino Mega:</p>
<blockquote><p>The Arduino Mega is a microcontroller board based on the ATmega1280 (<a class="urllink" rel="nofollow" href="http://www.atmel.com/dyn/resources/prod_documents/doc2549.pdf">datasheet</a>).  It has 54 digital input/output pins (of which 14 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for the Arduino Duemilanove or Diecimila.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090406/arduino-0015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino 0014</title>
		<link>http://www.robotgames.com/20090313/arduino-0014/</link>
		<comments>http://www.robotgames.com/20090313/arduino-0014/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 06:22:12 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=460</guid>
		<description><![CDATA[via Arduino &#8211; HomePage. 2009.03.11 Arduino 0014 for Windows and Mac OS X available from the software page. This is a minor bug fix release. Arduino Software Release Notes 0014 &#8211; 2009.03.07 [core / libraries] * Fixing bug that prevented multiple outgoing Client connections with the ethernet library. [environment] * Clarifying ATmega168 vs. ATmega328 in [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>via <a href="http://arduino.cc/">Arduino &#8211; HomePage.</a></p>
<p>2009.03.11 Arduino 0014 for <a href="http://arduino.googlecode.com/files/arduino-0014-win.zip">Windows</a> and <a href="http://arduino.googlecode.com/files/arduino-0014-mac.zip">Mac OS X</a> available from the <a href="http://arduino.cc/en/Main/Software">software</a> page. This is a minor bug fix release.<br />
Arduino Software Release Notes</p>
<blockquote><p>0014 &#8211; 2009.03.07<br />
[core / libraries]<br />
* Fixing bug that prevented multiple outgoing Client connections with the<br />
ethernet library.</p>
<p>[environment]<br />
* Clarifying ATmega168 vs. ATmega328 in the Tools &gt; Boards menu.</p>
<p>[tools]<br />
* Updating the Mac OS X AVR tools to AVR MacPack 20081213.  This includes<br />
avr-gcc 4.3.2, which should fix problems with functions called from<br />
within interrupts.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090313/arduino-0014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino &#8211; Version 0013</title>
		<link>http://www.robotgames.com/20090217/arduino-version-0013/</link>
		<comments>http://www.robotgames.com/20090217/arduino-version-0013/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:26:51 +0000</pubDate>
		<dc:creator>Brutus</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.robotgames.com/?p=439</guid>
		<description><![CDATA[Not sure how exactly I came to miss this, but the newest Arduino IDE is out. Version 0013 Windows, Linux (32 Bit), Mac Biggest bonuses: - Printing Floats - Reduced Sketch size by not including unused functions - Support for ATMega328, which is basically a 168 with double space. From the release notes: 0013 - [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=ac2df18406d99f334655b3a0e506a7ed&amp;default=http://www.robotgames.com/images/gravatar.png' alt='No Gravatar' width=40 height=40/><p>Not sure how exactly I came to miss this, but the newest Arduino IDE is out.</p>
<p>Version 0013</p>
<p><a href="http://arduino.googlecode.com/files/arduino-0013-win.zip">Windows</a>, <a href="http://arduino.googlecode.com/files/arduino-0013-linux2.tgz">Linux</a> (32 Bit), <a href="http://arduino.googlecode.com/files/arduino-0013-mac.zip">Mac</a></p>
<p>Biggest bonuses:</p>
<p>- Printing Floats</p>
<p>- Reduced Sketch size by not including unused functions</p>
<p>- Support for ATMega328, which is basically a 168 with double space.</p>
<p>From the <a href="http://arduino.cc/en/Main/ReleaseNotes">release notes</a>:</p>
<blockquote>
<pre>0013 - 2009.02.06

[documentation / examples]
* Adding examples for Parallax Ping Sensor and Memsic 2125 accelerometer.

[core / libraries]
* Adding support for printing floats to Print class (meaning that it works
  in the Serial, Ethernet, and LiquidCrystal classes too).  Includes two
  decimal places.
* Added word, word(), bitRead(), bitWrite(), bitSet(), bitClear(), bit(),
  lowByte(), and highByte(); see reference for details.
* Working around problem that caused PWM output on pins 5 and 6 to never go
  to 0 (causing, for example, an LED to continue to glow faintly).
* Removing cast macros, since function-style casts are a feature of C++.  This
  should fix contributed libraries that broke in Arduino 0012.
* Modifying pulseIn() to wait for a transition to start timing (i.e. ignoring
  any pulse that had already started when the function was called).
* Fixing bug in random() that limited the ranges of values generated.  Thanks
  to Mikal Hart.
* Modifying delay() to pause for at least the given number of milliseconds.
* Fixing bug in Ethernet library that interfered with use of pins 8 and 9.
* Originating each outgoing network connection from a different port (in the
  Client class of the Ethernet library).  Thanks to Paul and joquer.
* Updating ATmega168 bootloader to work with standard distributions of avrdude
  (responding to signature requests made with the universal SPI command) and
  correctly store EEPROM data.  Thanks to ladyada.
* Adding support for the ATmega328.  The upload speed is 57600 baud, so you
  may need to edit boards.txt or reburn your bootloader if you bought an
  ATmega328 w/ bootloader from adafruit or other supplier.

[environment]
* Omitting unused functions from compiled sketches, reducing their size.
* Changing compilation process to allow for use of EEMEM directive (although
  not yet uploading EEPROM data).</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.robotgames.com/20090217/arduino-version-0013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.392 seconds -->
