|
|
| GamepadWrapper (Gamepad gamepad) |
| |
|
void | update () |
| |
|
| static double | joystickDeadzoneCorrection (double joystickInput) |
| | Discards joystick inputs between -joystickDeadZone and joystickDeadZone.
|
| |
|
|
static final double | joystickDeadZone = 0.1 |
| |
◆ joystickDeadzoneCorrection()
| static double org.firstinspires.ftc.teamcode.GamepadWrapper.joystickDeadzoneCorrection |
( |
double | joystickInput | ) |
|
|
static |
Discards joystick inputs between -joystickDeadZone and joystickDeadZone.
- Parameters
-
| joystickInput | the input of the joystick |
- Returns
- the corrected input of the joystick
The documentation for this class was generated from the following file:
- CenterStage/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/GamepadWrapper.java