![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Neutral gear operation. More...
Functions | |
| void | set (InputNumber neutral, InputNumberCombination combination={JOY_LSHIFT_PADDLE, JOY_RSHIFT_PADDLE}) |
| Set a "virtual" button for the neutral gear. | |
Neutral gear operation.
| void inputHub::neutralGear::set | ( | InputNumber | neutral, |
| InputNumberCombination | combination = {JOY_LSHIFT_PADDLE, JOY_RSHIFT_PADDLE} ) |
Set a "virtual" button for the neutral gear.
| neutral | Input number assigned to the neutral gear "virtual" button. Should not be assigned to a hardware input. |
| combination | A combination of input numbers to trigger the neutral gear button. Must be assigned to two or more hardware inputs. |