MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / initBoot

Function initBoot

Devices/m5stack-papers3/Source/Init.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool initBoot() {
41 LOGGER.info("Power on");
42 if (!powerOn()) {
43 LOGGER.error("Power on failed");
44 return false;
45 }
46
47 return true;
48}

Callers

nothing calls this directly

Calls 3

infoMethod · 0.80
errorMethod · 0.80
powerOnFunction · 0.70

Tested by

no test coverage detected