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

Function createDevices

Devices/cyd-4848s040c/Source/Configuration.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12static DeviceVector createDevices() {
13 return {
14 std::make_shared<St7701Display>(),
15 };
16}
17
18extern const Configuration hardwareConfiguration = {
19 .initBoot = initBoot,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected