<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>AVRButterFly at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/AVRButterFly/</link>
    <description>AVR ButterFly &amp; Beginners Group</description>

    <item>
      <title>RANDOM NUMBERS PRODUCE WHITE NOISE in ASM (90 Bytes)</title>
      <pubDate>Mon, 02 Nov 2009 02:57:27 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/991</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/991</guid>
      <description>This 90 byte program produces White Noise from the ButterFly Speaker. I based my random number generator similar to the Linear Congruency Algorithm. You can</description>
    </item>
    <item>
      <title>90 HR CLOCK II in ASM (462 BYTES) - More Accurate</title>
      <pubDate>Tue, 27 Oct 2009 23:53:59 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/990</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/990</guid>
      <description>This versions of the 90 Hour Clock uses the more accurate 32,768Hz on-board crystal. By using a prescaler/divider of 128 and waiting for the clock to overflow</description>
    </item>
    <item>
      <title>90 HR CLOCK Iin ASM (462 BYTES)</title>
      <pubDate>Tue, 27 Oct 2009 01:10:49 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/989</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/989</guid>
      <description>[FONT=Courier] Show time on 6 character LCD screen upto 90 hrs. [code] ;--------------------------------------------------; ; CLOCK.ASM for AVR BUTTERFLY</description>
    </item>
    <item>
      <title>TICK OFF THE SECONDS PROGRAM in ASM (76 bytes)</title>
      <pubDate>Mon, 26 Oct 2009 23:02:46 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/988</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/988</guid>
      <description>We set the system clock to 2MHz (the speed Butterflys are as shipped). If we set the timer0 prescaller to /1024 then use the overflow mode, that will give us</description>
    </item>
    <item>
      <title>8 BIT TIMER CTC INTERUPT IN ASM (56 BYTES)</title>
      <pubDate>Mon, 26 Oct 2009 01:18:54 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/987</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/987</guid>
      <description>;--------------------------------------------------; ; INTERUPT_TIMER.ASM for AVR BUTTERFLY             ; ; AUTHOR: DANIEL J. DOREY (RETRODAN AT AVR FREAKS) ; </description>
    </item>
    <item>
      <title>WAIT-FOR TIMER2 SOUND DEMO (42 Bytes)</title>
      <pubDate>Thu, 22 Oct 2009 02:42:00 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/984</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/984</guid>
      <description>This demonstrates the use of timer-0 in CTC mode that polls a flag when timer reaches a pre-determined amount over-and-over to produce different sounds. </description>
    </item>
    <item>
      <title>WAIT-FOR TIMER SOUND DEMO (34 Bytes)</title>
      <pubDate>Tue, 20 Oct 2009 21:58:13 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/983</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/983</guid>
      <description>Program shows use of timer 0 as a wait-for timer in Assembler for the AVR Butterfly/Atmega169 to emit a tone on the speaker. (approx 35 bytes) </description>
    </item>
    <item>
      <title>SCROLL LONG MESSAGE ACROSS LCD SCREEN in ASM (442 Bytes)</title>
      <pubDate>Tue, 20 Oct 2009 16:35:13 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/982</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/982</guid>
      <description>Scroll a long message defined by a .db &quot;Message.&quot; terminated with a period across the LCD screen on the Butterfly. Approx 440 bytes. </description>
    </item>
    <item>
      <title>HELLO WORLD (REVISITED) in ASM for BUTTERFLY</title>
      <pubDate>Tue, 20 Oct 2009 16:34:10 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/981</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/981</guid>
      <description>This Assembler program will display a message using 6 character chunks on the Butterfly 6 character LCD Screen. Program is approx 430 bytes. </description>
    </item>
    <item>
      <title>SOUND EFFECTS for Butterfly in ASM (210 bytes)</title>
      <pubDate>Tue, 20 Oct 2009 03:34:07 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/980</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/980</guid>
      <description>Small collection of sound effects for the AVR Butterfly using assembler. Program is approx 210 bytes. </description>
    </item>
    <item>
      <title>JOYSTICK TESTER in ASM for BUTTERFLY (460 bytes)</title>
      <pubDate>Tue, 20 Oct 2009 03:30:51 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/979</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/979</guid>
      <description>Waits for joystick to move, then beeps and displays the direction the joystick was moved on the LCD Display. ;------------------------------------------; ;</description>
    </item>
    <item>
      <title>THEREMIN AEROPHONE - Makes Music Based on PhotoResistor (In Assemble</title>
      <pubDate>Mon, 19 Oct 2009 21:18:26 GMT</pubDate>
      <dc:creator>retr0dan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/977</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/977</guid>
      <description>This is a simple assembly language program (approx 90 bytes) that plays the classic music used in classic horror and sci-fi films. The frequency is based on</description>
    </item>
    <item>
      <title>photoresistor</title>
      <pubDate>Thu, 20 Aug 2009 20:25:28 GMT</pubDate>
      <dc:creator>eng_hossam123</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/961</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/961</guid>
      <description>what do you know about photoresistor element? information about this element in this link http://electronics1000.blogspot.com/ </description>
    </item>
    <item>
      <title>memristor</title>
      <pubDate>Thu, 20 Aug 2009 04:39:31 GMT</pubDate>
      <dc:creator>eng_hossam123</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/959</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/959</guid>
      <description>what do you know about memristor element? information about this element in this link http://electronics1000.blogspot.com/ </description>
    </item>
    <item>
      <title>heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp</title>
      <pubDate>Sun, 16 Aug 2009 23:06:50 GMT</pubDate>
      <dc:creator>mahsa_smart2003</dc:creator>
      <link>http://tech.groups.yahoo.com/group/AVRButterFly/message/954</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/AVRButterFly/message/954</guid>
      <description>hi,i started avr with C couple of days ago.now i need easy projects,to right them down in codevision &amp; stimulate in proteus.iam a beginner,please help me,mail</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Mon Nov  9 21:56:00 PST 2009 -->
