Create makefile though still with bugs
This commit is contained in:
parent
041bde458c
commit
3c0ecdd98c
|
@ -0,0 +1,13 @@
|
||||||
|
# Uses arduin-mk, by Joe
|
||||||
|
|
||||||
|
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
|
|
||||||
|
ARDUINO_DIR = /usr/share/arduino
|
||||||
|
ARDUINO_PORT = /dev/ttyAMCM*
|
||||||
|
BOARD_TAG = atmega328old #atmega328 or this? nano328
|
||||||
|
USER_LIB_PATH = $(ROOT_DIR)/libraries
|
||||||
|
ARDUINO_LIBS =
|
||||||
|
|
||||||
|
|
||||||
|
include /usr/share/arduino/Arduino.mk
|
Loading…
Reference in New Issue