![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
ALT buttons operation. More...
Functions | |
| void | inputs (InputNumberCombination inputNumbers) |
| Set a list of input numbers as ALT buttons. Any of them will engage the alternate mode. | |
| void | cycleWorkingModeInputs (InputNumberCombination inputNumbers) |
| Set a combination of inputs to cycle the working mode of ALT buttons. All inputs must be activated at the same time and none of the others. | |
ALT buttons operation.
| void inputHub::altButtons::cycleWorkingModeInputs | ( | InputNumberCombination | inputNumbers | ) |
Set a combination of inputs to cycle the working mode of ALT buttons. All inputs must be activated at the same time and none of the others.
| inputNumbers | Array of input numbers |
| void inputHub::altButtons::inputs | ( | InputNumberCombination | inputNumbers | ) |
Set a list of input numbers as ALT buttons. Any of them will engage the alternate mode.
| inputNumbers | Array of input numbers |