Arduino-Makefile/examples
Osamu Aoki ce088e097d Use $(ARDMK_DIR) for 1.6 files
Signed-off-by: Osamu Aoki <osamu@debian.org>
2020-04-13 00:47:06 +09:00
..
AnalogInOutSerial Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
ATtinyBlink Use $(ARDMK_DIR) for 1.6 files 2020-04-13 00:47:06 +09:00
Blink Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
Blink3rdPartyLib Use $(ARDMK_DIR) for 1.6 files 2020-04-13 00:47:06 +09:00
BlinkChipKIT Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
BlinkInAVRC Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
BlinkNetworkRPi Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
BlinkOpenCM Add makefile for Robotis OpenCM & update version to 1.6.0 2017-07-12 23:55:05 +00:00
BlinkOpenCR Add OpenCR.mk for OpenCR 1.0 board and add example code(example/BlinkOpenCR) 2019-02-11 16:54:35 +09:00
BlinkTeensy Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
BlinkWithoutDelay Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
DueBlink Support for Arduino Due added 2018-06-14 07:29:06 +01:00
Fade Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
HelloWorld Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
MakefileExample Use $(ARDMK_DIR) for 1.6 files 2020-04-13 00:47:06 +09:00
master_reader Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
MZeroBlink SAMD Cortex M0 device support (Zero, MKR1000, etc) 2018-02-24 11:15:53 +00:00
SerialPrint Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
TinySoftWareSerial Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
toneMelody Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
WebServer Use $(ARDMK_DIR) 2020-04-13 00:28:41 +09:00
ZeroBlink SAMD Cortex M0 device support (Zero, MKR1000, etc) 2018-02-24 11:15:53 +00:00
.gitignore Don't commit example build directories to git. 2013-07-09 21:42:05 +05:30
README.md Add a new example to show how serial monitor can be used 2015-03-28 19:40:50 +05:30

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
  • Blink - Shows normal usage
  • HelloWorld - Shows how to include Arduino libraries
  • SerialPrint - Shows how serial monitor can be used
  • BlinkChipKIT - Shows how to use ChipKIT