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

Function createDevices

Devices/m5stack-core2/Source/Configuration.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12static DeviceVector createDevices() {
13 return {
14 getAxp192(),
15 createDisplay()
16 };
17}
18
19extern const Configuration hardwareConfiguration = {
20 .initBoot = initBoot,

Callers

nothing calls this directly

Calls 2

getAxp192Function · 0.50
createDisplayFunction · 0.50

Tested by

no test coverage detected