1
0
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:
Gerry Stellenberg
2011-06-11 20:48:49 -05:00
parent ed8f768ae2
commit a488ad7ae7
3 changed files with 242 additions and 2 deletions

View File

@@ -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);