Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
(→Code) |
|||
Line 12: | Line 12: | ||
== Code == | == Code == | ||
All code for this workshop is available [http://drop.io/kt3wfh7/asset/code-zip Here]. | All code for this workshop is available [http://drop.io/kt3wfh7/asset/code-zip Here]. | ||
+ | |||
+ | *[[Blink]] | ||
+ | *[[Polling Switch Press]] | ||
+ | *[[Interrupt Switch Press]] | ||
+ | *[[Printf]] | ||
+ | *[[Simple I2C]] | ||
+ | *[[More Advanced I2C]] | ||
+ | *[[Temperature Sensor ADC Example]] |
Revision as of 20:57, 20 August 2010
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
Code
All code for this workshop is available Here.