Arduino Sim Racing Library v1.1.4
Loading...
Searching...
No Matches
SimRacing::AnalogShifter::GearPosition Struct Reference

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.
 

Detailed Description

Simple struct to store X/Y coordinates for the calibration function.

Definition at line 583 of file SimRacing.h.

Member Data Documentation

◆ x

int SimRacing::AnalogShifter::GearPosition::x

X coordinate of the gear position from the ADC.

Definition at line 584 of file SimRacing.h.

◆ y

int SimRacing::AnalogShifter::GearPosition::y

Y coordinate of the gear position from the ADC.

Definition at line 585 of file SimRacing.h.


The documentation for this struct was generated from the following file: