diff options
Diffstat (limited to 'arduino/Makefile')
-rwxr-xr-x | arduino/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arduino/Makefile b/arduino/Makefile new file mode 100755 index 0000000..54884fa --- /dev/null +++ b/arduino/Makefile | |||
@@ -0,0 +1,4 @@ | |||
1 | #ARDUINO_LIBS = | ||
2 | BOARD_TAG = uno | ||
3 | MONITOR_PORT = /dev/ttyACM0 | ||
4 | include /usr/share/arduino/Arduino.mk | ||