From a27fef3fcf4579cb3f17071b96fd660f70e8ac29 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 18 Jun 2013 19:25:22 +0200 Subject: [PATCH] Makefile: arduino-mk thingie --- brmdoor/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 brmdoor/Makefile diff --git a/brmdoor/Makefile b/brmdoor/Makefile new file mode 100644 index 0000000..0f9f9f7 --- /dev/null +++ b/brmdoor/Makefile @@ -0,0 +1,10 @@ +ARDUINO_DIR = /usr/share/arduino + +BOARD_TAG = atmega328 +ARDUINO_PORT = /dev/ttyUSB0 + +TARGET = brmdoor + +ARDUINO_LIBS = AltSoftSerial + +include /usr/share/arduino/Arduino.mk