aboutsummaryrefslogtreecommitdiff
path: root/examples/SerialPrint/Makefile
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2015-03-28 19:40:50 +0530
committerSudar <sudar@sudarmuthu.com>2015-03-28 19:40:50 +0530
commit861d2ff72f9597c5ca0e486437a7c73f3262cc69 (patch)
tree75d71fb3a26ed57336195729622d1265e8490290 /examples/SerialPrint/Makefile
parent6f326e6e2625fb66f77891117647b37144e97714 (diff)
Add a new example to show how serial monitor can be used
Diffstat (limited to 'examples/SerialPrint/Makefile')
-rw-r--r--examples/SerialPrint/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/SerialPrint/Makefile b/examples/SerialPrint/Makefile
new file mode 100644
index 0000000..f9d5cf4
--- /dev/null
+++ b/examples/SerialPrint/Makefile
@@ -0,0 +1,5 @@
+# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+
+BOARD_TAG = uno
+
+include ../../Arduino.mk