|
VEX V5 Python API
|
Inherits vex.TriDevice.
Public Member Functions | |
| def | __init__ (self, triport_port) |
| Use this class when programming with the bumper device. More... | |
| def | value (self) |
| Gets the value of the bumper device. More... | |
| def | pressing (self) |
| Get the pressed status of the bumper device. More... | |
| def vex.Bumper.__init__ | ( | self, | |
| triport_port | |||
| ) |
Use this class when programming with the bumper device.
| def vex.Bumper.value | ( | self | ) |
Gets the value of the bumper device.
| def vex.Bumper.pressing | ( | self | ) |
Get the pressed status of the bumper device.
1.8.15