aboutsummaryrefslogtreecommitdiff
path: root/examples/ATtinyBlink
AgeCommit message (Collapse)Author
2020-04-13Use $(ARDMK_DIR) for 1.6 filesOsamu Aoki
Signed-off-by: Osamu Aoki <osamu@debian.org>
2017-12-28Moved ATtiny examples from Blink to ATtinyBlink and updated the instructions ↵Simon John
(issue #537). Updated the alternate core instructions for e.g. ATmega644p for IDE 1.8
2014-09-09Add a script to compile examples as an automated test suite.Christopher Peplin
* 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.
2014-01-14Remove `arduino-mk` folder from all examplesSudar
Fix #154
2013-06-23Auto detect alternate core path from sketchbook folderSudar
Fix #86
2013-06-09Added example to show how to program using Arduino as ISP. Fixes #55Sudar