game counter reset

This commit is contained in:
2024-05-21 14:21:35 +02:00
parent 2827046b8b
commit 9a0e3be4fe
3 changed files with 26 additions and 2 deletions

View File

@ -16,6 +16,8 @@ void eepromSetBrightness(uint8_t v);
uint8_t eepromReadAmplitude();
void eepromSetAmplitude(uint8_t v);
void eepromIncGameCounter();
uint16_t eepromReadGameCounter();
void eepromClearGameCounter();