<?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>webstersprodigy.net &#187; avr</title>
	<atom:link href="http://webstersprodigy.net/tag/avr/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstersprodigy.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 02:34:19 +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>playing a scale with the atmega16</title>
		<link>http://webstersprodigy.net/2009/05/04/playing-a-scale-with-the-atmega16/</link>
		<comments>http://webstersprodigy.net/2009/05/04/playing-a-scale-with-the-atmega16/#comments</comments>
		<pubDate>Mon, 04 May 2009 03:51:22 +0000</pubDate>
		<dc:creator>webstersprodigy</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[atmega]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://webstersprodigy.net/?p=526</guid>
		<description><![CDATA[A musical “note” is a waveform that has a certain fundamental frequency. A perfect sine wave consists only of the fundamental frequency, and sounds very “pure” or mellow, like a flute. For this project, you are to use interrupts to generate the notes of a musical scale, while at the same time using another interrupt to update a count. We will generate square waves by toggling a bit within a port on and off. Specifically, your program should play the notes from middle C to the next higher C, each of approximately one second in duration. These notes should be playing at the same time that an 8-bit binary count is being displayed in the LED’s, updating at approximately 1/4 second. ]]></description>
		<wfw:commentRss>http://webstersprodigy.net/2009/05/04/playing-a-scale-with-the-atmega16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stk500 avr atmega16 linux gcc hello, world</title>
		<link>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/</link>
		<comments>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 06:12:48 +0000</pubDate>
		<dc:creator>webstersprodigy</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[avr]]></category>

		<guid isPermaLink="false">http://webstersprodigy.net/?p=467</guid>
		<description><![CDATA[Does my title sound like buz-word central? You bet it does. That's because it was a bit difficult to find any good introductory material on this. Maybe that's because there's so much information out there...]]></description>
		<wfw:commentRss>http://webstersprodigy.net/2009/04/04/stk500-avr-atmega16-linux-gcc-hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
