OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
inputHub::altButtons Namespace Reference

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.
 

Detailed Description

ALT buttons operation.

Function Documentation

◆ cycleWorkingModeInputs()

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.

Note
Make sure all inputs can be activated at the same time.
Parameters
inputNumbersArray of input numbers

◆ inputs()

void inputHub::altButtons::inputs ( InputNumberCombination inputNumbers)

Set a list of input numbers as ALT buttons. Any of them will engage the alternate mode.

Parameters
inputNumbersArray of input numbers