From ae94deaa166e05612a349853f5724953806361eb Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 16 Aug 2020 11:41:47 +0100 Subject: matrix scanning --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3