|
def | __init__ (self, port, EV3fps_address=EV3fps_ADDRESS) |
| Initialize the class with the i2c address of your EV3fps. More...
|
|
def | command (self, command) |
| Writes a value to the command register. More...
|
|
def | get_EV3fps_Matched (self) |
| Reads the EV3fps Matched profiles.
|
|
def | get_EV3fps_Status (self) |
| Reads the EV3fps Status.
|
|
def | get_EV3fps_ProfileId (self) |
| Reads the EV3fps programed Profile Ids.
|
|
def | get_EV3fps_ProfileCt (self) |
| Reads the EV3fps total Profile Counts.
|
|
def | get_EV3fps_ProfileCap (self) |
| Reads the EV3fps Profile Capacity.
|
|
def | get_EV3fps_Delete (self) |
| Delete all stored profiles from EV3fps.
|
|
def | get_EV3fps_Remove (self, ProfileId) |
| Remove stored profile at Profile Id from EV3fps.
|
|
def | get_EV3fps_Enroll (self) |
| Enroll New profile to EV3fps.
|
|
def | __init__ (self, port, i2c_address, bitrate=100) |
|
def | readByte (self, reg) |
| Read the byte from reg of the i2c device. More...
|
|
def | readArray (self, reg, len) |
| read len long data array at reg of the i2c device More...
|
|
def | writeByte (self, reg, value) |
| write value at reg of the i2c device More...
|
|
def | writeArray (self, reg, arr) |
| write data array at reg of the i2c device More...
|
|
def | readString (self, reg, length) |
| Read the string of len from reg of the i2c device. More...
|
|
def | readInteger (self, reg) |
| Read the int from reg of the i2c device. More...
|
|
def | readIntegerSigned (self, reg) |
| Read the signed int from reg of the i2c device. More...
|
|
def | readLong (self, reg) |
| Read the long from reg of the i2c device. More...
|
|
def | GetFirmwareVersion (self) |
| Read the firmware version of the i2c device.
|
|
def | GetVendorName (self) |
| Read the vendor name of the i2c device.
|
|
def | GetDeviceId (self) |
| Read the i2c device id.
|
|