Arduino-Makefile/examples
2013-09-22 18:23:10 +05:30
..
AnalogInOutSerial Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
ATtinyBlink Auto detect alternate core path from sketchbook folder 2013-06-23 13:08:06 +05:30
Blink Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
BlinkChipKIT Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
BlinkInAVRC Add an example to show how to compile AVR C files 2013-06-15 19:42:13 +05:30
BlinkWithoutDelay Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
Fade Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
HelloWorld Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
master_reader Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
TinySoftWareSerial Auto detect alternate core path from sketchbook folder 2013-06-23 13:08:06 +05:30
toneMelody Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
WebServer Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms. 2013-07-10 09:05:38 +05:30
.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