annotate service/busyboxArduino/makefile @ 432:f134b64a0ab7
py3, rfid-console rename
Ignore-this: 1b28d912e8847685a87c0c9ccb703608
author |
drewp@bigasterisk.com |
date |
Sun, 07 Apr 2019 03:58:51 -0700 |
parents |
28c2db876548 |
children |
|
rev |
line source |
153
|
1 BOARD_TAG = diecimila
|
|
2 USER_LIB_PATH := $(realpath LiquidCrystal_V1.2.1/)
|
|
3 ARDUINO_LIBS = LiquidCrystal Wire
|
|
4 MONITOR_PORT = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4001lVK-if00-port0
|
|
5
|
|
6 include /usr/share/arduino/Arduino.mk
|
|
7
|
|
8 setup:
|
|
9 ln -sf LiquidCrystal_V1.2.1/LiquidCrystal/LiquidCrystal.cpp LiquidCrystal.cpp
|
157
|
10 ln -sf IRremote/IRremote.cpp IRremote.cpp
|
|
11 ln -sf IRremote/IRremote.h IRremote.h
|
|
12 ln -sf IRremote/IRremoteInt.h IRremoteInt.h
|
|
13
|
|
14
|