Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
[http://dl.dropbox.com/u/13484341/Makefile Makefile] | [http://dl.dropbox.com/u/13484341/Makefile Makefile] | ||
+ | |||
+ | [http://dl.dropbox.com/u/13484341/programmerCode.zip Programmer Code] | ||
+ | |||
+ | [http://dl.dropbox.com/u/13484341/capsLockerCode.zip Capslocker Code] |
Revision as of 16:19, 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