the end or not

master
Antoine PEREDERII 2 years ago
parent af25d4f536
commit 444bcb15bb

@ -55,13 +55,9 @@ void setup() {
} }
void depart() { void depart() {
// if(go == 3000) { analogWrite(WIO_BUZZER, 128);
// analogWrite(WIO_BUZZER, 128); delay(1000);
// } analogWrite(WIO_BUZZER, 0);
// if(go == 3500) {
// analogWrite(WIO_BUZZER, 0);
// }
// go = millis();
} }
@ -168,6 +164,7 @@ void menu() {
afficherPiecesNoires(tabActuelNoir); afficherPiecesNoires(tabActuelNoir);
} }
bonus = true; bonus = true;
depart();
} }
if(digitalRead(WIO_KEY_C) == LOW) { if(digitalRead(WIO_KEY_C) == LOW) {

Loading…
Cancel
Save