mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-10 05:44:01 +02:00
arduino: Update controlled for new TLCs
This commit is contained in:
parent
777d90d214
commit
c0001a5cf7
3 changed files with 44 additions and 80 deletions
10
arduino/controlled/Makefile
Normal file
10
arduino/controlled/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue