This commit is contained in:
2024-05-18 20:09:21 +02:00
parent eb75e31577
commit ccd395d6ab
11 changed files with 152 additions and 32 deletions

View File

@ -6,7 +6,10 @@
void eepromInit();
uint16_t eepromReadHighScore();
void eepromWriteHighScore(uint16_t v);
void eepromSetHighScore(uint16_t v);
uint8_t eepromReadFlashColor();
void eepromSetFlashColor(uint8_t v);
void eepromCommit();