From dfe79d965bb44475942f24037e180a4108e4c914 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Aug 2020 14:47:47 +0100 Subject: *finally* a set of pins that actually works --- esp32/lego-piano.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp32') diff --git a/esp32/lego-piano.ino b/esp32/lego-piano.ino index 29368e6..2ac4344 100644 --- a/esp32/lego-piano.ino +++ b/esp32/lego-piano.ino @@ -27,7 +27,7 @@ const size_t row_count = 5; const size_t col_count = 5; const int rows[row_count] = { 5, 23, 19, 18, 26 }; -const int cols[col_count] = { 7, 33, 8, 21, 22 }; +const int cols[col_count] = { 17, 33, 16, 21, 22 }; const int adc[row_count] = { 2, 4, 12, 27, 14 }; const int ampEnable = 32; -- cgit v1.2.3