Difference between revisions of "AVR"

From Bloominglabs
Jump to: navigation, search
(AVR - ATMega code examples)
(AVR - ATMega code examples)
Line 4: Line 4:
 
[[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
  
[http://hackerspace.bloomingtonfools.org/bloomington_hackerspace/images/2/28/Doc2486.pdf] - AVR atmega8 datasheet
+
[http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf AVR atmega8 datasheet]

Revision as of 19:50, 29 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

AVR atmega8 datasheet

Personal tools