Mercurial > code > home > repos > light9
annotate rgbled/makefile @ 1799:0bb7b9df12e5
collector warnings and errors. the reactor.crash isn't working.
Ignore-this: b7d4a6c08f04c924ffba6112483f9c19
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Jun 2018 03:35:30 +0000 |
parents | b174f95a3b8d |
children |
rev | line source |
---|---|
1231
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 BOARD_TAG = nano328 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 ARDUINO_LIBS = Adafruit_NeoPixel |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 USER_LIB_PATH := $(realpath .) |
1251 | 4 MONITOR_PORT = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A7027NYX-if00-port0 |
1231
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 include /usr/share/arduino/Arduino.mk |