mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
ARDUINO_DIR = /usr/share/arduino
|
|
|
|
BOARD_TAG = pro5v
|
|
ARDUINO_PORT = /dev/ttyUSB0
|
|
|
|
TARGET = controlled
|
|
|
|
ARDUINO_LIBS = Wire Wire/utility
|
|
|
|
include /usr/share/arduino/Arduino.mk
|