apt-get install arduino-mk
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 20 Feb 2016 21:22:25 +0000 (22:22 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 20 Feb 2016 21:22:25 +0000 (22:22 +0100)
Desk_LED_dimmer/Makefile [new file with mode: 0644]

diff --git a/Desk_LED_dimmer/Makefile b/Desk_LED_dimmer/Makefile
new file mode 100644 (file)
index 0000000..62b4584
--- /dev/null
@@ -0,0 +1,11 @@
+# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+# apt-get install arduino-mk
+
+#ARDUINO_DIR=/opt/arduino
+
+BOARD_TAG    = pro5v328
+
+include /usr/share/arduino/Arduino.mk
+
+serial:
+       microcom -p ${DEVICE_PATH}