2020-01-28 22:00:00 +00:00
|
|
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
|
|
|
|
BOARD_TAG = pro
|
|
|
|
BOARD_SUB = 8MHzatmega328
|
|
|
|
USER_LIB_PATH += /home/ricardo/Arduino/libraries
|
2020-01-28 23:00:01 +00:00
|
|
|
ARDUINO_LIBS += LiquidCrystal
|
|
|
|
|
|
|
|
ARDUINO_DIR = /home/ricardo/Installs/arduino-1.8.11/
|
2020-01-28 22:00:00 +00:00
|
|
|
MONITOR_PORT = /dev/ttyUSB0
|
|
|
|
-include /usr/share/arduino/Arduino.mk
|
|
|
|
-include /home/ricardo/Installs/Arduino-Makefile-1.6.0/Arduino.mk
|