|
OE - Pi
1.1
|
Public Member Functions | |
| def | __init__ |
| Initialize the class with an i2c address. More... | |
| def | ping |
| Read an unsigned byte from your i2c device at a given location to check connection. More... | |
Public Member Functions inherited from OpenElectrons_i2c.OpenElectrons_i2c | |
| def | __init__ |
| Initialize the class with the i2c address of your device. More... | |
| def | errMsg |
| Prints an error message if a read error is detected. More... | |
| def | writeByte |
| Write a byte to your i2c device at a given location. More... | |
| def | readByte |
| Read an unsigned byte from your i2c device at a given location. More... | |
| def | simpleWriteByte |
| Write a byte to your i2c device at a given location. More... | |
| def | simpleReadByte |
| Read an unsigned byte from your i2c device at a given location. More... | |
| def | readByteSigned |
| Read a signed byte from your i2c device at a given location. More... | |
| def | readArray |
| Read a byte array from your i2c device starting at a given location. More... | |
| def | writeArray |
| Write a byte array from your i2c device starting at a given location. More... | |
| def | readString |
| Read a string from your i2c device starting at a given location. More... | |
| def | readIntegerBE |
| Read an unsigned 16 bit integer from your i2c device from a given location. More... | |
| def | readInteger |
| Read an unsigned 16 bit integer from your i2c device from a given location. More... | |
| def | readIntegerSignedBE |
| Read a signed 16 bit integer from your i2c device from a given location. More... | |
| def | readIntegerSigned |
| Read a signed 16 bit integer from your i2c device from a given location. More... | |
| def | readLongBE |
| Read an unsigned 32bit integer from your i2c device from a given location. More... | |
| def | readLong |
| Read an unsigned 32bit integer from your i2c device from a given location. More... | |
| def | readLongSignedBE |
| Read a signed 32bit integer from your i2c device from a given location. More... | |
| def | readLongSigned |
| Read a signed 32bit integer from your i2c device from a given location. More... | |
| def | GetFirmwareVersion |
| Read the firmware version of the i2c device. More... | |
| def | GetVendorName |
| Read the vendor name of the i2c device. More... | |
| def | GetDeviceId |
| Read the i2c device id. More... | |
Static Public Attributes | |
| int | Explorer_ADDRESS = 0x00 |
Additional Inherited Members | |
Static Public Member Functions inherited from OpenElectrons_i2c.OpenElectrons_i2c | |
| def | pi_rev |
| def | which_bus |
Public Attributes inherited from OpenElectrons_i2c.OpenElectrons_i2c | |
| address | |
| bus | |
| def explorerlib.Explorer.__init__ | ( | self, | |
explorer_address = Explorer_ADDRESS |
|||
| ) |
Initialize the class with an i2c address.
| self | The object pointer. |
| Explorer_address | Address of your device. |
| def explorerlib.Explorer.ping | ( | self, | |
| reg | |||
| ) |
Read an unsigned byte from your i2c device at a given location to check connection.
| self | The object pointer. |
| reg | The register to read from. |