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

Function createDevices

Devices/cyd-e32r32p/Source/Configuration.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

createPowerFunction · 0.50
createDisplayFunction · 0.50

Tested by

no test coverage detected