Arduino Sim Racing Library v2.0.0
|
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 666 of file SimRacing.h.
int SimRacing::AnalogShifter::GearPosition::x |
X coordinate of the gear position from the ADC.
Definition at line 667 of file SimRacing.h.
int SimRacing::AnalogShifter::GearPosition::y |
Y coordinate of the gear position from the ADC.
Definition at line 668 of file SimRacing.h.