Actions

Useful AVR Links: Difference between revisions

From HacDC Wiki

Line 3: Line 3:
* [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.
* [http://www.engbedded.com/fusecalc/ AVR Fuse Calculator] saves you from doing horrible bitwise lookups
* [http://www.nongnu.org/avr-libc/user-manual/index.html AVR libc Online User Manual]
* [http://www.nongnu.org/avr-libc/user-manual/index.html AVR libc Online User Manual]
* [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]

Revision as of 04:21, 6 February 2010

Generic AVR Resources

AVR Tutorials and Classes

Projects and Ideas