:py:mod:`expliot.plugins.busauditor.bai2cscan` ============================================== .. py:module:: expliot.plugins.busauditor.bai2cscan .. autoapi-nested-parse:: Support for Bus Auditor Device Information. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.busauditor.bai2cscan.BaI2cScan .. py:class:: BaI2cScan Bases: :py:obj:`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 ] .. py:method:: execute() Execute the test.