From 8065929618a8ef41c944d15ab4992cacdb0e2c44 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Wed, 17 May 2023 15:54:21 +0000 Subject: [PATCH] Adding new items to configuration example --- conf/monocoque.config | 14 ++++++++++---- .../{shift_lights => shiftlights}/shift_lights.ino | 0 2 files changed, 10 insertions(+), 4 deletions(-) rename src/arduino/{shift_lights => shiftlights}/shift_lights.ino (100%) diff --git a/conf/monocoque.config b/conf/monocoque.config index 233a58b..23ee7f6 100644 --- a/conf/monocoque.config +++ b/conf/monocoque.config @@ -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"; } ); diff --git a/src/arduino/shift_lights/shift_lights.ino b/src/arduino/shiftlights/shift_lights.ino similarity index 100% rename from src/arduino/shift_lights/shift_lights.ino rename to src/arduino/shiftlights/shift_lights.ino