expliot.plugins.i2c.i2cscan¶
Support for scanning the I2C bus.
Classes¶
Scan the I2C bus for connected units. |
Module Contents¶
- class expliot.plugins.i2c.i2cscan.I2cScan¶
Bases:
expliot.core.tests.test.Test
Scan the I2C bus for connected units.
Output Format:
- [
{“address_found”=”0x51”}, # Address for an I2C device on PCB # … May be more than one address found {
“total_found”:6, “total_not_found”: 7
}
]
- execute()¶
Execute the plugin.