:py:mod:`expliot.plugins.i2c.i2cscan` ===================================== .. py:module:: expliot.plugins.i2c.i2cscan .. autoapi-nested-parse:: Support for scanning the I2C bus. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.i2c.i2cscan.I2cScan .. py:class:: I2cScan Bases: :py:obj:`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 } ] .. py:method:: execute() Execute the plugin.