Arduino-Makefile/examples
Gabrielius Mickevicius a930c9983f Example: set fuses and upload hex on remote programmer
Implements two new make rules: 'net_set_fuses' executes a single
ssh command, 'net_upload' pipes hex through ssh connection.

The example also showcases the FORCE_MONITOR_PORT feature.
2014-12-30 17:45:36 +02:00
..
AnalogInOutSerial Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
ATtinyBlink Add a script to compile examples as an automated test suite. 2014-09-09 23:17:15 -04:00
Blink Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
BlinkChipKIT Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
BlinkInAVRC Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
BlinkNetworkRPi Example: set fuses and upload hex on remote programmer 2014-12-30 17:45:36 +02:00
BlinkTeensy move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use auto-detected location. 2014-10-22 15:27:59 -05:00
BlinkWithoutDelay Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
Fade Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
HelloWorld Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
MakefileExample MakefileExample: Fix AVR_TOOLS_DIR default 2014-08-14 12:14:40 -04:00
master_reader Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
TinySoftWareSerial Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
toneMelody Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01:00
WebServer Removed Travis-CI references from all examples. Regular users 2014-09-21 19:36:50 +01: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

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