|
VEX V5 Python API
|
Inherits vex.TriDevice.
Public Member Functions | |
| def | __init__ (self, triport_port) |
| Use this class when programming with a digital in device. More... | |
| def | value (self) |
| Gets the value of the digital in device. More... | |
| def | is_set (self) |
| def vex.DigitalIn.__init__ | ( | self, | |
| triport_port | |||
| ) |
Use this class when programming with a digital in device.
| def vex.DigitalIn.value | ( | self | ) |
Gets the value of the digital in device.
| def vex.DigitalIn.is_set | ( | self | ) |
1.8.15