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

Function createDevices

Devices/m5stack-cores3/Source/Configuration.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace tt::hal;
8
9static DeviceVector createDevices() {
10 return {
11 axp2101,
12 aw9523,
13 std::make_shared<Axp2101Power>(axp2101),
14 createDisplay()
15 };
16}
17
18extern const Configuration hardwareConfiguration = {
19 .initBoot = initBoot,

Callers

nothing calls this directly

Calls 1

createDisplayFunction · 0.50

Tested by

no test coverage detected