mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Updated pinproctest to load switches and coils from command-line specified YAML file.
Removed Makefiles. Added instructions to install yaml-cpp in /usr/local so CMake can find it (relative paths == bad).
This commit is contained in:
29
examples/pinproctest/JD.yaml
Normal file
29
examples/pinproctest/JD.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
# P-ROC Game Description file for Judge Dredd
|
||||
PRGame:
|
||||
machineType: wpc
|
||||
PRFlippers:
|
||||
- flipperLwR
|
||||
- flipperLwL
|
||||
- flipperUpR
|
||||
- flipperUpL
|
||||
PRBumpers:
|
||||
- slingL
|
||||
- slingR
|
||||
PRSwitches:
|
||||
flipperLwR: 1
|
||||
flipperLwL: 3
|
||||
flipperUpR: 5
|
||||
flipperUpL: 7
|
||||
slingL: 96
|
||||
slingR: 97
|
||||
PRCoils:
|
||||
flipperLwRMain: 32
|
||||
flipperLwRHold: 33
|
||||
flipperLwLMain: 34
|
||||
flipperLwLHold: 35
|
||||
flipperUpRMain: 36
|
||||
flipperUpRHold: 37
|
||||
flipperUpLMain: 38
|
||||
flipperUpLHold: 39
|
||||
slingL: 70
|
||||
slingR: 71
|
||||
Reference in New Issue
Block a user