add highscore display
This commit is contained in:
13
game-ctrl/eeprom.h
Normal file
13
game-ctrl/eeprom.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _EEPROM_H_
|
||||
#define _EEPROM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
void eepromInit();
|
||||
uint16_t eepromReadHighScore();
|
||||
void eepromWriteHighScore(uint16_t v);
|
||||
|
||||
|
||||
|
||||
#endif // _EEPROM_H_
|
Reference in New Issue
Block a user