Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
*[http://en.sourceforge.jp/projects/ttssh2/downloads/47683/teraterm-4.66.exe/ Teraterm (Hyperterminal Replacement for Windows)] | *[http://en.sourceforge.jp/projects/ttssh2/downloads/47683/teraterm-4.66.exe/ Teraterm (Hyperterminal Replacement for Windows)] | ||
*[http://www.ladyada.net/make/usbtinyisp/download.html Drivers for the Adafruit Programmer] | *[http://www.ladyada.net/make/usbtinyisp/download.html Drivers for the Adafruit Programmer] | ||
+ | *[http://www.atmel.com/dyn/resources/prod_documents/doc8271.pdf Atmega 328P Datasheet] | ||
+ | *[http://www.sparkfun.com/datasheets/DevTools/FTDI%203.3V%20IO%205V%20Vcc%20Cable.pdf FTDI Cable Schematic] | ||
+ | *[http://www.nongnu.org/avr-libc/ AVR LibC Reference] | ||
+ | *[http://www.sparkfun.com/commerce/tutorials.php AVR Baud Rate Calculator] | ||
+ | *[http://www.engbedded.com/fusecalc AVR Fuse Calculator] | ||
+ | *[http://www.sparkfun.com/commerce/tutorials.php Sparkfun Tutorials] | ||
== 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]. |
Revision as of 20:56, 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.