annotate service/busyboxArduino/makefile @ 962:70fd4c07a326
busybox py and arduino
Ignore-this: eea165c21e11600b5ac6787cbbb2239
darcs-hash:20150120020247-312f9-8977dd56e356d2752bc2cdf574aa37cef2036329
author |
drewp <drewp@bigasterisk.com> |
date |
Mon, 19 Jan 2015 18:02:47 -0800 |
parents |
f83d494b0f31 |
children |
|
rev |
line source |
958
|
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
|
962
|
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
|