diff options
author | HampusM <hampus@hampusmat.com> | 2021-12-20 20:37:27 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-12-20 20:37:27 +0100 |
commit | 72ab3d315269950d59e2f7307ae42db577423d10 (patch) | |
tree | f2f7d8b1aa758442c22cd5a584767b526f409928 /Makefile | |
parent | 135ecb444644079983de7123a0fdf0c21fa68a14 (diff) |
build: add build scripts
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 |