aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-16 11:41:47 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-16 11:41:47 +0100
commitae94deaa166e05612a349853f5724953806361eb (patch)
tree61798b8e45501f1a5049356cb2c1b3c7547e9df1 /Makefile
downloadlego-piano-ae94deaa166e05612a349853f5724953806361eb.tar.gz
lego-piano-ae94deaa166e05612a349853f5724953806361eb.tar.bz2
lego-piano-ae94deaa166e05612a349853f5724953806361eb.zip
matrix scanning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a7d095c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+SKETCH = lego-piano.ino
+
+UPLOAD_PORT = /dev/ttyUSB0
+# this is the board with the OLED
+#BOARD = lolin32
+# this is the more compact board with TTGO written on it
+BOARD = featheresp32
+
+ESP_ROOT = $(HOME)/HW/arduino-esp32
+CHIP = esp32
+
+include $(HOME)/src/makeEspArduino/makeEspArduino.mk