diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..65fcacf --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +ARDUINO_VERSION = 1.8.4 +BOARD_TAG = leonardo +ARCHITECTURE = avr +ARDUINO_DIR = $(HOME).arduino15/packages/arduino +ARDMK_DIR = make-scripts +AVRDUDE_CONF = /etc/avrdude.conf + +ARDUINO_LIBS = Wire GY521 + +include $(ARDMK_DIR)/Arduino.mk |