Difference between revisions of "AVR"
From BloomingLabs
(New page: == AVR - ATMega == 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/...) |
|||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == AVR - ATMega == | + | == AVR - ATMega code examples == |
| − | + | *AVR examples, Makefile, and avrdude.conf files[[http://bloominglabs.org/images/e/ee/Avr.tgz Avr.tgz]] | |
| + | *AVR pinout worksheet [[http://irc.bloominglabs.org/images/c/c2/AVR_handout.pdf]] | ||
| + | *AVR RGB LED+button schematic [[http://irc.bloominglabs.org/images/1/1a/AVR_rgb%2Bbutton_handout.pdf]] | ||
| − | [[http:// | + | [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:arduino]] | ||
Latest revision as of 11:03, 25 September 2012
[edit] AVR - ATMega code examples
- AVR examples, Makefile, and avrdude.conf files[Avr.tgz]
- AVR pinout worksheet [[1]]
- AVR RGB LED+button schematic [[2]]
AVR for Linux (mine just came with Fedora)
To find cool AVR projects and info check out AVR Freaks.