From ce1ca00673a3c36c0342660413b377c2c497e58a Mon Sep 17 00:00:00 2001 From: truher Date: Sat, 18 Jan 2025 11:17:44 -0800 Subject: [PATCH] add missing col6 --- studies/console/arduino/field_buttons_2025/Sensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/studies/console/arduino/field_buttons_2025/Sensor.h b/studies/console/arduino/field_buttons_2025/Sensor.h index 3951f79..20659a3 100644 --- a/studies/console/arduino/field_buttons_2025/Sensor.h +++ b/studies/console/arduino/field_buttons_2025/Sensor.h @@ -33,6 +33,7 @@ class Sensor { pinMode(COL3, INPUT_PULLUP); pinMode(COL4, INPUT_PULLUP); pinMode(COL5, INPUT_PULLUP); + pinMode(COL6, INPUT_PULLUP); // All rows start as high-Z digital inputs. rowHigh(ROW0); rowHigh(ROW1);