mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Added example code to configure custom Driver Boards if the YAML's machineType field is 'custom'.
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#define kDMDSubFrames (4) // For color depth of 16
|
||||
#define kDMDFrameBuffers (3) // 3 is the max
|
||||
|
||||
void ConfigureDrivers(PRHandle proc, PRMachineType machineType, YAML::Node& yamlDoc);
|
||||
void ConfigureDrivers(PRHandle proc);
|
||||
|
||||
void ConfigureSwitches(PRHandle proc, YAML::Node& yamlDoc);
|
||||
void ConfigureSwitchRules(PRHandle proc, YAML::Node& yamlDoc);
|
||||
|
||||
Reference in New Issue
Block a user