<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: stk500 avr atmega16 linux gcc hello, world</title>
	<atom:link href="http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/</link>
	<description>Updates every other Friday... usually</description>
	<lastBuildDate>Sun, 13 May 2012 21:58:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Danny Moules</title>
		<link>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/comment-page-1/#comment-17</link>
		<dc:creator><![CDATA[Danny Moules]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://webstersprodigy.net/?p=467#comment-17</guid>
		<description><![CDATA[#
# /*this is in clock cycles for my board. 
# * 30000 seems to be close to about a sec */  
# const DELAY = 30000;  

33333 more specifically.

The chip will be running at 1000000 Mhz. That&#039;s 1000000 cycles a second. Your delay routine takes 30 cycles to perform one iteration, thus the amount of times you need to iterate through the delay is roughly 33333 times.

Thanks for the code!]]></description>
		<content:encoded><![CDATA[<p>#<br />
# /*this is in clock cycles for my board.<br />
# * 30000 seems to be close to about a sec */<br />
# const DELAY = 30000;  </p>
<p>33333 more specifically.</p>
<p>The chip will be running at 1000000 Mhz. That&#8217;s 1000000 cycles a second. Your delay routine takes 30 cycles to perform one iteration, thus the amount of times you need to iterate through the delay is roughly 33333 times.</p>
<p>Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mopey</title>
		<link>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/comment-page-1/#comment-16</link>
		<dc:creator><![CDATA[mopey]]></dc:creator>
		<pubDate>Sat, 04 Apr 2009 08:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://webstersprodigy.net/?p=467#comment-16</guid>
		<description><![CDATA[oh. this was for homework, which is where some of the terms come from.]]></description>
		<content:encoded><![CDATA[<p>oh. this was for homework, which is where some of the terms come from.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

