MCPcopy Create free account
hub / github.com/cifertech/nRFBox / loadPreviousGraph

Function loadPreviousGraph

nRFBox_V2/scanner.cpp:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void loadPreviousGraph() {
148 EEPROM.begin(128);
149 for (byte i = 0; i < 128; i++) {
150 sensorArray[i] = EEPROM.read(EEPROM_ADDRESS_SENSOR_ARRAY + i);
151 }
152 EEPROM.end();
153}
154
155void saveGraphToEEPROM() {
156 EEPROM.begin(128);

Callers 1

scannerSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected