mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
Makefile: arduino-mk thingie
This commit is contained in:
parent
c88e9a4222
commit
a27fef3fcf
1 changed files with 10 additions and 0 deletions
10
brmdoor/Makefile
Normal file
10
brmdoor/Makefile
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue