mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
12 lines
221 B
Makefile
12 lines
221 B
Makefile
ARDUINO_DIR = /usr/share/arduino
|
|
|
|
BOARD_TAG = pro5v
|
|
ARDUINO_PORT = /dev/ttyUSB0
|
|
|
|
TARGET = autonomous
|
|
|
|
ARDUINO_LIBS = Wire Wire/utility
|
|
|
|
build-cli/autonomous.o: ../ledbar.h
|
|
|
|
include /usr/share/arduino/Arduino.mk
|