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

Function createDevices

Devices/unphone/Source/Configuration.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6bool initBoot();
7
8static tt::hal::DeviceVector createDevices() {
9 return {
10 createDisplay(),
11 };
12}
13
14extern const tt::hal::Configuration hardwareConfiguration = {
15 .initBoot = initBoot,

Callers

nothing calls this directly

Calls 1

createDisplayFunction · 0.50

Tested by

no test coverage detected