# Project config ARDUINO_LIBS = SoftwareWire AsyncTimer BOARD_TAG = pro BOARD_SUB = 16MHzatmega328 MONITOR_PORT = /dev/ttyUSB0 MONITOR_CMD = screen-wrap # "Platform" config ARDUINO_QUIET = true ARDUINO_SKETCHBOOK = $(HOME)/Arduino ARDUINO_DIR = $(HOME)/opt/arduino ARDMK_DIR = $(HOME)/Build/Arduino-Makefile # Include parent Makefile from include $(HOME)/Build/Arduino-Makefile/Arduino.mk