Whitespace fixes in examples

This commit is contained in:
Sudar 2015-03-28 19:37:49 +05:30
parent d9176a0a64
commit 6f326e6e26
3 changed files with 13 additions and 14 deletions

View file

@ -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.
*/ */

View file

@ -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