view service/busyboxArduino/makefile @ 1151:4f89d130a3fe

split up pi configs Ignore-this: 8770e4e488662d5335c896fe71ad5c82 darcs-hash:0fecf7192f94464883b5775906ee353e43a9d48a
author drewp <drewp@bigasterisk.com>
date Sun, 15 Apr 2018 04:16:56 -0700
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