David Knight / Mbed 2 deprecated lichtspiel

Dependencies:   PololuLedStrip mbed

Committer:
thegink
Date:
Sat May 19 14:27:12 2018 +0000
Revision:
0:8dc213146b30
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thegink 0:8dc213146b30 1 TARGET = Lichtspiel
thegink 0:8dc213146b30 2 ARDMK_DIR = /usr/local/opt/arduino-mk
thegink 0:8dc213146b30 3 MONITOR_PORT = /dev/cu.usbmodem1421
thegink 0:8dc213146b30 4
thegink 0:8dc213146b30 5 ISP_PROG = stk500v1
thegink 0:8dc213146b30 6 ISP_PORT = /dev/cu.usbmodem1421
thegink 0:8dc213146b30 7 AVRDUDE_ISP_BAUDRATE = 57600
thegink 0:8dc213146b30 8
thegink 0:8dc213146b30 9 BOARD_TAG = uno
thegink 0:8dc213146b30 10 ARDUINO_QUIET = 1
thegink 0:8dc213146b30 11 ARDUINO_LIBS = EEPROM FastLED
thegink 0:8dc213146b30 12
thegink 0:8dc213146b30 13 CPPFLAGS = -DDEV
thegink 0:8dc213146b30 14
thegink 0:8dc213146b30 15 include ${ARDMK_DIR}/Arduino.mk
thegink 0:8dc213146b30 16