|
VEX V5 Python API
|
Inherits vex.Device.
Public Member Functions | |
| def | __init__ (self) |
| Use the brain class to see battery information, SD card information, or write to the Screen. More... | |
| def | type (self) |
| Get the device type. More... | |
| def | installed (self) |
| Gets the status of what is installed. More... | |
| def | value (self) |
Public Attributes | |
| screen | |
| Use the Screen class to write or draw to the Screen. More... | |
| battery | |
| Brain's instance of the battery. More... | |
| three_wire_port | |
| Brain's instance of the internal TriPort. More... | |
| timer | |
| Use the Timer class to read the system time. More... | |
| sdcard | |
| SD card inserted into the Brain. More... | |
| serial | |
| Serial communication over USB or wireless @type vex.Serial. More... | |
| def vex.Brain.__init__ | ( | self | ) |
Use the brain class to see battery information, SD card information, or write to the Screen.
|
inherited |
Get the device type.
|
inherited |
Gets the status of what is installed.
|
inherited |
| vex.Brain.screen |
Use the Screen class to write or draw to the Screen.
@type vex.BrainLcd
| vex.Brain.battery |
Brain's instance of the battery.
@type vex.BrainBattery
| vex.Brain.three_wire_port |
Brain's instance of the internal TriPort.
@type vex.Triport
| vex.Brain.sdcard |
SD card inserted into the Brain.
@type vex.BrainSDCard
| vex.Brain.serial |
Serial communication over USB or wireless @type vex.Serial.
1.8.15