c86ce093ce
* Added script/boostrap.sh to download the Arduino IDE and MPIDE (for chipKIT). Tested in Linux, should work in Cygwin and OS X too. * Added script/runtests.sh to run "make" in each example project and collect the results. The script returns -1 if any fails. * Moved currently testable examples to a "tests" directory, separate from examples that require alternative cores.
11 lines
411 B
Markdown
11 lines
411 B
Markdown
This folder contains the list of example Arduino sketches and makefile showing
|
|
the different usage patterns
|
|
|
|
- BlinkInAVRC - Shows how to use plain AVR C code
|
|
- ATtinyBlink - Shows how to use different cores like ATtiny
|
|
|
|
These three examples are a step back, in the "tests" directory.
|
|
|
|
- Blink - Shows normal usage
|
|
- HelloWorld - Shows how to include Arduino libraries
|
|
- BlinkChipKIT - Shows how to use ChipKIT
|