Difference between revisions of "AVR"

From Bloominglabs
Jump to: navigation, search
Line 1: Line 1:
 
== AVR - ATMega code examples ==
 
== AVR - ATMega code examples ==
[[http://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/7/73/Blinky.tgz Blinky.tgz]] Here is the blinky.c file, avrdude.conf, and Makefile to program the AVR chips we played with on 9-1. You need to edit the avrdude.conf and Makefile to point to relevant locations on your installation.
+
[[http://bloominglabs.org/index.php/Image:Avr.tgz Avr.tgz]] AVR examples, Makefile, and avrdude.conf files from the class.
 
+
[[http://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/1/17/Avr-examples.tgz Avr-examples.tgz]] - counter.c, pwm.c, pwm2.c, random.c
+
  
 
[http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf AVR atmega8 datasheet]
 
[http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf AVR atmega8 datasheet]
 +
 +
[http://www.obdev.at/products/crosspack/index.html CrossPack AVR for Mac OS X]
 +
 +
[http://winavr.sourceforge.net/ WinAVR for Microsoft Windows]
 +
 +
[http://www.avrfreaks.net/wiki/index.php/Documentation:AVR_GCC AVR for Linux] (mine just came with Fedora)
 +
 +
To find cool AVR projects and info check out [http://www.avrfreaks.net/ AVR Freaks].
  
 
[[Category:Projects]]
 
[[Category:Projects]]

Revision as of 22:38, 22 July 2010

AVR - ATMega code examples

[Avr.tgz] AVR examples, Makefile, and avrdude.conf files from the class.

AVR atmega8 datasheet

CrossPack AVR for Mac OS X

WinAVR for Microsoft Windows

AVR for Linux (mine just came with Fedora)

To find cool AVR projects and info check out AVR Freaks.

Personal tools