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@0:8dc213146b30, 2018-05-19 (annotated)
- Committer:
- thegink
- Date:
- Sat May 19 14:27:12 2018 +0000
- Revision:
- 0:8dc213146b30
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New 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 |