Useful AVR Links: Difference between revisions
From HacDC Wiki
(New page: == Generic AVR Resources == * [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki. * The library reference and and example projects at the [http://www.nongnu.org/avr-libc/us...) |
|||
Line 2: | Line 2: | ||
* [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki. | * [http://www.avrfreaks.net/ AVR Freaks] articles, forum, and wiki. | ||
* 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. | ||
* [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix] | * [http://www.avrfreaks.net/index.php?module=Freaks%20Devices&func=viewDev AVRFreaks ProductMatrix] | ||
== AVR Tutorials == | == AVR Tutorials == |
Revision as of 02:39, 29 July 2008
Generic AVR Resources
- AVR Freaks articles, forum, and wiki.
- The library reference and and example projects at the AVR-libc page are very useful.
- AVRFreaks ProductMatrix
AVR Tutorials
- Craig Limber's Site has a bunch of AVR tutorials
Projects and Ideas
- Cornell University's EE476 Course has a lot of great projects (with code and comments!) using AVRs.