Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
*[[More Advanced I2C]] | *[[More Advanced I2C]] | ||
*[[Temperature Sensor ADC Example]] | *[[Temperature Sensor ADC Example]] | ||
+ | |||
+ | == Summer Camp == | ||
+ | |||
+ | [http://dl.dropbox.com/u/13484341/Makefile Makefile] |
Revision as of 13:11, 25 June 2011
Resources
- WinAVR (01/10/2010)
- Teraterm (Hyperterminal Replacement for Windows)
- Drivers for the Adafruit Programmer
- Atmega 328P Datasheet
- FTDI Cable Schematic
- AVR LibC Reference
- AVR Baud Rate Calculator
- AVR Fuse Calculator
- Sparkfun Tutorials
- Crosspack for OSX (WinAVR Equivalent)
Code
All code for this workshop is available Here.
- Blink
- Polling Switch Press
- Interrupt Switch Press
- Printf
- Simple I2C
- More Advanced I2C
- Temperature Sensor ADC Example