Actions

Useful AVR Links: Difference between revisions

From HacDC Wiki

Line 1: Line 1:
== Generic AVR Resources ==
== Generic AVR Resources ==


* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki.
* [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix]
* [http://www.atmel.com/dyn/products/datasheets.asp?family_id=607 AVR Datasheets from Atmel]
* [http://www.atmel.com/dyn/products/datasheets.asp?family_id=607 AVR Datasheets from Atmel]
* The library reference and and example projects at the [http://www.nongnu.org/avr-libc/user-manual/index.html AVR-libc] page are very useful.
* The library reference and and example projects at the [http://www.nongnu.org/avr-libc/user-manual/index.html AVR-libc] page are very useful.
Line 8: Line 6:
* [http://www.nongnu.org/avr-libc/user-manual/FAQ.html AVR libc FAQ]
* [http://www.nongnu.org/avr-libc/user-manual/FAQ.html AVR libc FAQ]
* [http://www.mil.ufl.edu/~chrisarnold/components/microcontrollerBoard/AVR/avrlib/ Procyon AVRlib] (not to be confused with the libc) has code for nearly everything you'd like to hook up to an AVR.  (I2C, IDE/ATA, LCDs, etc)
* [http://www.mil.ufl.edu/~chrisarnold/components/microcontrollerBoard/AVR/avrlib/ Procyon AVRlib] (not to be confused with the libc) has code for nearly everything you'd like to hook up to an AVR.  (I2C, IDE/ATA, LCDs, etc)
* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki.
* [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix]


== AVR Tutorials ==
== AVR Tutorials ==

Revision as of 18:17, 1 November 2008

Generic AVR Resources

AVR Tutorials

Projects and Ideas