view service/busyboxArduino/makefile @ 294:14ac4a210dbc

Copy from from https://github.com/juggernaut/twisted-sse-demo Ignore-this: a252d3c6e023cb83fd10bfbae78e05d9
author drewp@bigasterisk.com
date Fri, 19 Aug 2016 10:53:03 -0700
parents 28c2db876548
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