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

Function saveGraphToEEPROM

nRFBox_V2/scanner.cpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void saveGraphToEEPROM() {
156 EEPROM.begin(128);
157 for (byte i = 0; i < 128; i++) {
158 EEPROM.write(EEPROM_ADDRESS_SENSOR_ARRAY + i, sensorArray[i]);
159 }
160 EEPROM.commit();
161 EEPROM.end();
162}
163
164void scannerSetup() {
165 Serial.begin(115200);

Callers 1

scannerLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected