Add more puzzle docs

This commit is contained in:
redfast00 2022-01-19 21:35:43 +01:00
parent be4fa5d2e5
commit 08370bf039
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -52,6 +52,9 @@ void loop() {
}
}
}
// Button state is cleared regardless of if this game is running, this is done
// to prevent presses accumulating when game is not running and then all getting
// read at once as soon as the game starts
red_button.resetCount();
green_button.resetCount();