view service/busyboxArduino/makefile @ 432:f134b64a0ab7

py3, rfid-console rename Ignore-this: 1b28d912e8847685a87c0c9ccb703608
author drewp@bigasterisk.com
date Sun, 07 Apr 2019 03:58:51 -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