Difference between revisions of "AVR"

From Bloominglabs
Jump to: navigation, search
Line 1: Line 1:
== AVR - ATMega ==
+
== AVR - ATMega code examples ==
Here is the blinky.c file, avrdude.conf, and Makefile to program the AVR chips we played with on 9-1.
+
[[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://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/7/73/Blinky.tgz Blinky.tgz]]
+
[[http://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/1/17/Avr-examples.tgz Avr-examples.tgz]] - counter.c, pwm.c, pwm2.c, random.c
 
+
[[http://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/1/17/Avr-examples.tgz Avr-examples.tgz - counter.c, pwm.c, pwm2.c, random.c]]
+

Revision as of 01:47, 9 September 2009

AVR - ATMega code examples

[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.

[Avr-examples.tgz] - counter.c, pwm.c, pwm2.c, random.c

Personal tools