Major refactor. Adding sim wind

This commit is contained in:
Paul Dino Jones
2023-05-17 15:56:57 +00:00
parent 49144f9429
commit a6eaca66ad
25 changed files with 818 additions and 391 deletions
+10 -4
View File
@@ -6,10 +6,16 @@ devices = ( { device = "USB";
granularity = 4;
config = "/home/paul/.config/monocoque/revburner1.xml"; },
{ device = "Sound";
type = "Shaker"
devid = "98FD:83AC";
config = "shaker1.config"; },
type = "Engine"
devid = "98FD:83AC"; },
{ device = "Sound";
type = "Gear"
devid = "98FD:83AC"; },
{ device = "Serial";
type = "ShiftLights";
config = "None";
devpath = "/dev/ttyACM0"; } );
devpath = "/dev/ttyACM0"; } ),
{ device = "Serial";
type = "SimWind";
config = "None";
devpath = "/dev/ttyACM1"; } );