Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
(→Code) |
Notyou007a (talk | contribs) m |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | These are the resources and code for the 2010 workshop [[Freediuino_Spring_Training|Freeduino Spring Training]]: [[Workshops#Intermediate_Microcontroller_Workshop.2C_.22Beyond_Arduino.22|Beyond Arduino]] | ||
+ | |||
== Resources == | == Resources == | ||
*[http://downloads.sourceforge.net/project/winavr/WinAVR/20100110/WinAVR-20100110-install.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwinavr%2Ffiles%2F&ts=1282352588&mirror=surfnet WinAVR (01/10/2010)] | *[http://downloads.sourceforge.net/project/winavr/WinAVR/20100110/WinAVR-20100110-install.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwinavr%2Ffiles%2F&ts=1282352588&mirror=surfnet WinAVR (01/10/2010)] | ||
Line 9: | Line 11: | ||
*[http://www.engbedded.com/fusecalc AVR Fuse Calculator] | *[http://www.engbedded.com/fusecalc AVR Fuse Calculator] | ||
*[http://www.sparkfun.com/commerce/tutorials.php Sparkfun Tutorials] | *[http://www.sparkfun.com/commerce/tutorials.php Sparkfun Tutorials] | ||
+ | *[http://bit.ly/aH6Qut Crosspack for OSX (WinAVR Equivalent)] | ||
== Code == | == Code == | ||
Line 20: | Line 23: | ||
*[[More Advanced I2C]] | *[[More Advanced I2C]] | ||
*[[Temperature Sensor ADC Example]] | *[[Temperature Sensor ADC Example]] | ||
+ | |||
+ | == Summer Camp == | ||
+ | |||
+ | [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] | ||
+ | |||
+ | [[Category:HOWTO]] |
Latest revision as of 22:33, 18 November 2015
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