Arduino-Makefile/examples
2014-01-28 09:44:33 -05:00
..
AnalogInOutSerial Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
ATtinyBlink Remove arduino-mk folder from all examples 2014-01-14 14:36:24 +05:30
Blink Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
BlinkChipKIT Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
BlinkInAVRC Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
BlinkWithoutDelay Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
Fade Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
HelloWorld Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
master_reader Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
TinySoftWareSerial Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
toneMelody Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
WebServer Don't hard code MONITOR_PORT in examples, for more flexible testing. 2014-01-28 09:44:33 -05:00
.gitignore Don't commit example build directories to git. 2013-07-09 21:42:05 +05:30
README.md Add a README file for /examples folder 2013-09-22 18:23:10 +05:30

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