Arduino Sim Racing Library v1.1.5
|
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 277 of file SimRacing.h.