You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Two pedal peripherals (gas + brake) using `SimRacing::TwoPedals`
6
+
* Three pedal peripherals (gas, brake, clutch) using `SimRacing::ThreePedals`
7
+
* Analog shifters using `SimRacing::AnalogShifter`
8
+
* Analog handbrakes using `SimRacing::Handbrake`
11
9
12
-
The library supports generic pedal devices that connect via the microcontroller's analog to digital converter (ADC).
10
+
### Commercial Devices
13
11
14
-
* Two pedal setups (gas + brake) use the `SimRacing::TwoPedals` class.
15
-
* Three pedal setups (gas, brake, clutch) use the `SimRacing::ThreePedals` class.
16
-
17
-
#### Shifters
18
-
19
-
The library supports generic shifting devices that record gear position using a pair of potentiometers. These are supported as part of the `SimRacing::AnalogShifter` class.
0 commit comments