Whitespace fixes in examples
This commit is contained in:
parent
d9176a0a64
commit
6f326e6e26
3 changed files with 13 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Blink
|
Blink
|
||||||
Turns on an LED on for one second, then off for one second, repeatedly.
|
Turns on an LED on for one second, then off for one second, repeatedly.
|
||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
||||||
|
|
||||||
BOARD_TAG = uno
|
BOARD_TAG = uno
|
||||||
ARDUINO_LIBS =
|
|
||||||
|
|
||||||
include ../../Arduino.mk
|
include ../../Arduino.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue