expliot.plugins.busauditor.bai2cscan

Support for Bus Auditor Device Information.

Module Contents

Classes

BaI2cScan

Test selected channels for I2C communication protocol.

class expliot.plugins.busauditor.bai2cscan.BaI2cScan

Bases: expliot.core.tests.test.Test

Test selected channels for I2C communication protocol.

Output Format: [

{

“i2c_addr”: “0x48”, “pins”: {

“scl”: 8, “sda”: 9

}

}, # … May be zero or more entries. # If zero i2c devices found the above dict will not be present

]

execute()

Execute the test.