annotate service/busyboxArduino/makefile @ 481:f08a0ef88adc

update rdfdb for inGraph bug Ignore-this: aa9dd5b5025f7925530f15942b0043e7
author drewp@bigasterisk.com
date Sat, 20 Apr 2019 23:59:45 -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