MCPcopy Create free account
hub / github.com/BruceDevices/firmware / doReset

Function doReset

src/modules/others/ibutton.cpp:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static void doReset() {
303 memset(keyBuffer, 0, sizeof(keyBuffer));
304 keyLoaded = false;
305 displaySuccess("Buffer cleared");
306 delay(1000);
307}
308
309static void selectMenuOption() {
310 options = {};

Callers 1

selectMenuOptionFunction · 0.85

Calls 1

displaySuccessFunction · 0.85

Tested by

no test coverage detected