|
Arduino Sim Racing Library v2.0.0
|
| CSimRacing::AnalogInput | Handle I/O for analog (ADC) inputs |
| CSimRacing::AnalogInput::Calibration | Simple struct containing min/max values for axis calibration |
| CSimRacing::DeviceConnection | Used for tracking whether a device is connected to a specific pin and stable |
| CSimRacing::AnalogShifter::GearPosition | Simple struct to store X/Y coordinates for the calibration function |
| ▼CSimRacing::Peripheral | Abstract class for all peripherals |
| CSimRacing::Handbrake | Interface with analog handbrakes that use hall effect sensors |
| ▼CSimRacing::Pedals | Base class for all pedals instances |
| ▼CSimRacing::ThreePedals | Pedal implementation for devices with gas, brake, and clutch |
| CSimRacing::LogitechPedals | Interface with the Logitech pedals (Gas, Brake, and Clutch) |
| ▼CSimRacing::TwoPedals | Pedal implementation for devices with only gas and brake |
| CSimRacing::LogitechDrivingForceGT_Pedals | Interface with the Logitech Driving Force GT pedals (Gas + Brake) |
| ▼CSimRacing::Shifter | Base class for all shifter instances |
| ▼CSimRacing::AnalogShifter | Interface with shifters using two potentiometers for gear position |
| ▼CSimRacing::LogitechShifter | Interface with the Logitech Driving Force shifter |
| ▼CSimRacing::LogitechShifterG27 | Interface with the Logitech G27 shifter |
| CSimRacing::LogitechShifterG25 | Interface with the Logitech G25 shifter |