Fix merge

This commit is contained in:
Pyramond
2025-06-17 10:46:24 +02:00
parent 2b01a1fbe5
commit 638b01db24
3 changed files with 62 additions and 49 deletions
+1 -9
View File
@@ -19,20 +19,11 @@ void setup() {
randomSeed(analogRead(0));
pinMode(A2, INPUT);
<<<<<<< gra_21_morpion_lumineux_code.ino
=======
>>>>>>> gra_21_morpion_lumineux_code.ino
if (!cap.begin(0x5B)) {
Serial.println("MPR121 not found, check wiring?");
while (1);
}
Serial.println("MPR121 found!");
<<<<<<< gra_21_morpion_lumineux_code.ino
=======
>>>>>>> gra_21_morpion_lumineux_code.ino
setupMenu();
}
@@ -61,4 +52,5 @@ void loop() {
}
}
}
}
}