Arduino-Makefile/examples
2014-09-20 16:26:39 -04:00
..
AnalogInOutSerial Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
ATtinyBlink Add a script to compile examples as an automated test suite. 2014-09-09 23:17:15 -04:00
Blink Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
BlinkChipKIT Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
BlinkInAVRC Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
BlinkWithoutDelay Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
Fade Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
HelloWorld Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
MakefileExample MakefileExample: Fix AVR_TOOLS_DIR default 2014-08-14 12:14:40 -04:00
master_reader Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
TinySoftWareSerial Add a script to compile examples as an automated test suite. 2014-09-09 23:17:15 -04:00
toneMelody Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
WebServer Move tests back to 'examples', skip non-testable examples when testing. 2014-09-20 16:14:32 -04:00
.gitignore Don't commit example build directories to git. 2013-07-09 21:42:05 +05:30
README.md Add a script to compile examples as an automated test suite. 2014-09-09 23:17:15 -04:00
TestSuiteCommon.mk Move scripts inside tests directory. 2014-09-20 16:26:39 -04:00

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