Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PololuLedStrip mbed
Makefile
- Committer:
- thegink
- Date:
- 2018-05-19
- Revision:
- 0:8dc213146b30
File content as of revision 0:8dc213146b30:
TARGET = Lichtspiel
ARDMK_DIR = /usr/local/opt/arduino-mk
MONITOR_PORT = /dev/cu.usbmodem1421
ISP_PROG = stk500v1
ISP_PORT = /dev/cu.usbmodem1421
AVRDUDE_ISP_BAUDRATE = 57600
BOARD_TAG = uno
ARDUINO_QUIET = 1
ARDUINO_LIBS = EEPROM FastLED
CPPFLAGS = -DDEV
include ${ARDMK_DIR}/Arduino.mk