diff options
Diffstat (limited to 'examples/SerialPrint/Makefile')
| -rw-r--r-- | examples/SerialPrint/Makefile | 5 |
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 |
