Arduino Sim Racing Library v1.1.5
|
Simple struct to store X/Y coordinates for the calibration function. More...
#include <SimRacing.h>
Public Attributes | |
int | x |
X coordinate of the gear position from the ADC. | |
int | y |
Y coordinate of the gear position from the ADC. | |
Simple struct to store X/Y coordinates for the calibration function.
Definition at line 595 of file SimRacing.h.
int SimRacing::AnalogShifter::GearPosition::x |
X coordinate of the gear position from the ADC.
Definition at line 596 of file SimRacing.h.
int SimRacing::AnalogShifter::GearPosition::y |
Y coordinate of the gear position from the ADC.
Definition at line 597 of file SimRacing.h.