Mercurial > code > home > repos > homeauto
view 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 |
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