blob: b170cdc5c18a853c490515b5d82154c55aa2ff37 (
plain)
1
2
3
4
5
6
7
|
This folder contains the list of example Arduino sketches and makefile showing the different usage patterns
- Blink - Shows normal usage
- HelloWorld - Shows how to include Arduino libraries
- BlinkInAVRC - Shows how to use plain AVR C code
- BlinkChipKIT - Shows how to use ChipKIT
- ATtinyBlink - Shows how to use different cores like ATtiny
|