view service/busyboxArduino/makefile @ 964:6c31b682a7d7

busybox client can send IR codes Ignore-this: 181177e12841989b40fc2263fe7aea8 darcs-hash:20150121075009-312f9-97ae97117b2928365257a574914840e8d0facfe1
author drewp <drewp@bigasterisk.com>
date Tue, 20 Jan 2015 23:50:09 -0800
parents 70fd4c07a326
children
line wrap: on
line source

BOARD_TAG    = diecimila
USER_LIB_PATH := $(realpath LiquidCrystal_V1.2.1/)
ARDUINO_LIBS = LiquidCrystal Wire
MONITOR_PORT = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4001lVK-if00-port0

include /usr/share/arduino/Arduino.mk

setup:
	ln -sf LiquidCrystal_V1.2.1/LiquidCrystal/LiquidCrystal.cpp LiquidCrystal.cpp
	ln -sf IRremote/IRremote.cpp IRremote.cpp
	ln -sf IRremote/IRremote.h IRremote.h
	ln -sf IRremote/IRremoteInt.h IRremoteInt.h