mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
Convert arduino autonomous.pde to new TLC59116, single-TLC configuration
This commit is contained in:
parent
2763d82908
commit
a78e231296
4 changed files with 79 additions and 29 deletions
10
arduino/autonomous/Makefile
Normal file
10
arduino/autonomous/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
ARDUINO_DIR = /usr/share/arduino
|
||||
|
||||
BOARD_TAG = pro5v
|
||||
ARDUINO_PORT = /dev/ttyUSB0
|
||||
|
||||
TARGET = autonomous
|
||||
|
||||
ARDUINO_LIBS = Wire Wire/utility
|
||||
|
||||
include /usr/share/arduino/Arduino.mk
|
Loading…
Add table
Add a link
Reference in a new issue