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

Clutch operation. More...

Functions

void inputs (InputNumber leftInputNumber, InputNumber rightInputNumber)
 Select two input numbers for clutch operation.
 
void bitePointInputs (InputNumber increase, InputNumber decrease)
 Set inputs for clutch calibration while one and only one clutch paddle is pressed.
 
void cycleWorkingModeInputs (InputNumberCombination inputNumbers)
 Set a combination of inputs to cycle the working mode of clutch paddles. All inputs must be activated at the same time and none of the others.
 
void cmdRecalibrateAxisInputs (InputNumberCombination inputNumbers)
 Set a combination of inputs to command a recalibration of the analog clutch paddles.
 

Detailed Description

Clutch operation.

Function Documentation

◆ bitePointInputs()

void inputHub::clutch::bitePointInputs ( InputNumber increase,
InputNumber decrease )

Set inputs for clutch calibration while one and only one clutch paddle is pressed.

Parameters
increaseInput number to increase the bite point
decreaseInput number to decrease then bite point

◆ cmdRecalibrateAxisInputs()

void inputHub::clutch::cmdRecalibrateAxisInputs ( InputNumberCombination inputNumbers)

Set a combination of inputs to command a recalibration of the analog clutch paddles.

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

◆ cycleWorkingModeInputs()

void inputHub::clutch::cycleWorkingModeInputs ( InputNumberCombination inputNumbers)

Set a combination of inputs to cycle the working mode of clutch paddles. 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::clutch::inputs ( InputNumber leftInputNumber,
InputNumber rightInputNumber )

Select two input numbers for clutch operation.

Parameters
leftInputNumberInput number assigned to the left clutch paddle
rightInputNumberInput number assigned to the right clutch paddle