Files
monocoque/conf/monocoque.config
T

29 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-10-31 15:11:02 +00:00
devices = ( { device = "USB";
type = "Tachometer";
devid = "98FD:83AC";
subtype = "Revburner";
granularity = 4;
config = "/home/paul/.config/monocoque/revburner1.xml"; },
2023-11-13 07:46:04 +00:00
{ device = "Sound";
type = "Engine";
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
pan = 1;
volume = 90;
frequency = 27; },
{ device = "Sound";
type = "Gear"
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
pan = 1;
duration = .25;
volume = 100;
frequency = 27; },
2022-10-31 15:11:02 +00:00
{ device = "Serial";
type = "ShiftLights";
config = "None";
2023-05-17 15:56:57 +00:00
devpath = "/dev/ttyACM0"; } ),
{ device = "Serial";
type = "SimWind";
config = "None";
devpath = "/dev/ttyACM1"; } );