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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
153
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
1 BOARD_TAG = diecimila
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
2 USER_LIB_PATH := $(realpath LiquidCrystal_V1.2.1/)
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
3 ARDUINO_LIBS = LiquidCrystal Wire
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
4 MONITOR_PORT = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4001lVK-if00-port0
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
5
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
6 include /usr/share/arduino/Arduino.mk
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
7
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
8 setup:
f8c5ec994768 start buttons+lcd program
drewp@bigasterisk.com
parents:
diff changeset
9 ln -sf LiquidCrystal_V1.2.1/LiquidCrystal/LiquidCrystal.cpp LiquidCrystal.cpp
157
28c2db876548 busybox py and arduino
drewp@bigasterisk.com
parents: 153
diff changeset
10 ln -sf IRremote/IRremote.cpp IRremote.cpp
28c2db876548 busybox py and arduino
drewp@bigasterisk.com
parents: 153
diff changeset
11 ln -sf IRremote/IRremote.h IRremote.h
28c2db876548 busybox py and arduino
drewp@bigasterisk.com
parents: 153
diff changeset
12 ln -sf IRremote/IRremoteInt.h IRremoteInt.h
28c2db876548 busybox py and arduino
drewp@bigasterisk.com
parents: 153
diff changeset
13
28c2db876548 busybox py and arduino
drewp@bigasterisk.com
parents: 153
diff changeset
14