Resources and Code
Jump to navigation
Jump to search
These are the resources and code for the 2010 workshop Freeduino Spring Training: Beyond Arduino
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