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

Function getAxp192

Devices/m5stack-core2/Source/devices/Power.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13std::shared_ptr<Axp192> getAxp192() {
14 assert(axp192 != nullptr);
15 return axp192;
16}
17
18bool initAxp() {
19 const auto axp = createAxp192();

Callers 1

createDevicesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected