Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool 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
info
Method · 0.80
error
Method · 0.80
powerOn
Function · 0.70
Tested by
no test coverage detected