![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
This is the complete list of members for AnalogJoystickInput, including all inherited members.
| AnalogJoystickInput(ADC_GPIO xAxisPin, ADC_GPIO yAxisPin, InputNumber up, InputNumber down, InputNumber left, InputNumber right, uint8_t xCenter=127, uint8_t yCenter=127, uint8_t xDeadZone=63, uint8_t yDeadZone=63, bool xAxisReverse=false, bool yAxisReverse=false) | AnalogJoystickInput | |
| AxisReverse (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| down (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| downAdcReading (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| left (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| leftAdcReading (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| read(uint128_t &state) override | AnalogJoystickInput | virtual |
| right (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| rightAdcReading (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| up (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| upAdcReading (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| xAxisPin (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| xAxisReverse (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| yAxisPin (defined in AnalogJoystickInput) | AnalogJoystickInput | protected |
| ~DigitalInput() noexcept (defined in DigitalInput) | DigitalInput | inlinevirtual |