|
VEX IQ Python API
|
Use the controller class to get values from the remote controller as well as write to the controller's screen. More...
Public Member Functions | |
| def | __init__ (self) |
| def | set_deadband (self, deadband) |
| set the value of the controller axis deadband (minimum absolute threshold at which position is reported as non-zero) move to c-variable for deadband More... | |
Public Attributes | |
| buttonEUp | |
| buttonEDown | |
| buttonFUp | |
| buttonFDown | |
| buttonLUp | |
| buttonLDown | |
| buttonRUp | |
| buttonRDown | |
| axisA | |
| axisB | |
| axisC | |
| axisD | |
Use the controller class to get values from the remote controller as well as write to the controller's screen.
| def vex.Controller.__init__ | ( | self | ) |
| def vex.Controller.set_deadband | ( | self, | |
| deadband | |||
| ) |
set the value of the controller axis deadband (minimum absolute threshold at which position is reported as non-zero) move to c-variable for deadband
| vex.Controller.buttonEUp |
| vex.Controller.buttonEDown |
| vex.Controller.buttonFUp |
| vex.Controller.buttonFDown |
| vex.Controller.buttonLUp |
| vex.Controller.buttonLDown |
| vex.Controller.buttonRUp |
| vex.Controller.buttonRDown |
| vex.Controller.axisA |
| vex.Controller.axisB |
| vex.Controller.axisC |
| vex.Controller.axisD |
1.8.15