From 8489a7dfed029c0d5dd801e24fc3e8a7df2c408a Mon Sep 17 00:00:00 2001 From: Pyramond Date: Tue, 17 Jun 2025 09:11:18 +0200 Subject: [PATCH] Uncomment setup --- gra_21_morpion_lumineux_code.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gra_21_morpion_lumineux_code.ino b/gra_21_morpion_lumineux_code.ino index dec6512..2f10c13 100644 --- a/gra_21_morpion_lumineux_code.ino +++ b/gra_21_morpion_lumineux_code.ino @@ -18,13 +18,12 @@ void setup() { Serial.begin(115200); randomSeed(analogRead(0)); -/* + if (!cap.begin(0x5B)) { Serial.println("MPR121 not found, check wiring?"); while (1); } Serial.println("MPR121 found!"); - */ setupMenu(); }