more configuration
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
void eepromInit();
|
||||
void eepromCommit();
|
||||
void eepromShowValues();
|
||||
uint16_t eepromReadHighScore();
|
||||
void eepromSetHighScore(uint16_t v);
|
||||
uint8_t eepromReadFlashColor();
|
||||
@ -14,6 +15,7 @@ uint8_t eepromReadBrightness();
|
||||
void eepromSetBrightness(uint8_t v);
|
||||
uint8_t eepromReadAmplitude();
|
||||
void eepromSetAmplitude(uint8_t v);
|
||||
void eepromIncGameCounter();
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user