Skip to content

Commit 0851c99

Browse files
committed
cleaned up the Arduino examples in 01. Basic
1 parent 416b696 commit 0851c99

18 files changed

Lines changed: 20 additions & 20 deletions

File tree

examples/01.Basics/AnalogReadSerial/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/BareMinimum/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/Blink/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/DigitalReadSerial/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/Fade/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/ReadAnalogVoltage/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/01.Basics/AnalogReadSerial/AnalogReadSerial.c renamed to sduino/examples/01.Basics/AnalogReadSerial/AnalogReadSerial.c

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BOARD_TAG = stm8sblue
2+
3+
include ../../../sduino.mk
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BOARD_TAG = stm8sblue
2+
3+
include ../../../sduino.mk

0 commit comments

Comments
 (0)