![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Directional pad operation. More...
Functions | |
| void | inputs (InputNumber padUpNumber, InputNumber padDownNumber, InputNumber padLeftNumber, InputNumber padRightNumber) |
| Configure directional pad buttons. | |
| void | cycleWorkingModeInputs (InputNumberCombination inputNumbers) |
| Set a combination of inputs to cycle the working mode of the DPAD. All inputs must be activated at the same time and none of the others. | |
Directional pad operation.
| void inputHub::dpad::cycleWorkingModeInputs | ( | InputNumberCombination | inputNumbers | ) |
Set a combination of inputs to cycle the working mode of the DPAD. All inputs must be activated at the same time and none of the others.
| inputNumbers | Array of input numbers |
| void inputHub::dpad::inputs | ( | InputNumber | padUpNumber, |
| InputNumber | padDownNumber, | ||
| InputNumber | padLeftNumber, | ||
| InputNumber | padRightNumber ) |
Configure directional pad buttons.
| padUpNumber | Input number assigned to the "up" direction |
| padDownNumber | Input number assigned to the "down" direction |
| padLeftNumber | Input number assigned to the "left" direction |
| padRightNumber | Input number assigned to the "right" direction |