From 72ab3d315269950d59e2f7307ae42db577423d10 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 20 Dec 2021 20:37:27 +0100 Subject: build: add build scripts --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3-18-g5258