Move EEPROM read/write functions to settings
This commit is contained in:
parent
9fbfde3867
commit
c8e96343d0
4 changed files with 25 additions and 27 deletions
|
@ -41,8 +41,6 @@ void initDisplay();
|
|||
void showVersion();
|
||||
void menu();
|
||||
void drawSensorPixels();
|
||||
unsigned short readSetting(byte address);
|
||||
void writeSetting(byte address, unsigned short value);
|
||||
|
||||
int updateAdjustMenu(uint32_t timeNow, KeyState &input, bool firstRun, bool drawSensor);
|
||||
bool adjustPageUpdate(KeyState &input, uint32_t timeNow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue