|
Arduino Sim Racing Library v2.0.0
|
Classes that interface with pedal devices. More...
Classes | |
| class | SimRacing::Pedals |
| Base class for all pedals instances. More... | |
| class | SimRacing::TwoPedals |
| Pedal implementation for devices with only gas and brake. More... | |
| class | SimRacing::ThreePedals |
| Pedal implementation for devices with gas, brake, and clutch. More... | |
| class | SimRacing::LogitechPedals |
| Interface with the Logitech pedals (Gas, Brake, and Clutch) More... | |
| class | SimRacing::LogitechDrivingForceGT_Pedals |
| Interface with the Logitech Driving Force GT pedals (Gas + Brake) More... | |
Enumerations | |
| enum | SimRacing::Pedal { Gas = 0 , Accelerator = Gas , Throttle = Gas , Brake = 1 , Clutch = 2 } |
| Pedal ID names. More... | |
Classes that interface with pedal devices.
| enum SimRacing::Pedal |
Pedal ID names.
Definition at line 324 of file SimRacing.h.