Move EEPROM read/write functions to settings

This commit is contained in:
John Stäck 2019-07-25 11:07:41 +02:00
parent 9fbfde3867
commit c8e96343d0
4 changed files with 25 additions and 27 deletions

View file

@ -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);