:py:mod:`expliot.core.protocols.hardware.i2c` ============================================= .. py:module:: expliot.core.protocols.hardware.i2c .. autoapi-nested-parse:: Wrapper for the i2c communication. Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: expliot.core.protocols.hardware.i2c.I2cEepromManager .. py:class:: I2cEepromManager Bases: :py:obj:`i2cflash.serialeeprom.SerialEepromManager` A wrapper around pyi2cflash SerialEepromManager. More details can be found at https://github.com/eblot/pyi2cflash Calls terminate() on the I2cController to close the FTDI device. As of now there is no close or terminate method provided in pyi2cflash. TODO: Remove me when pyspiflash implements one. .. py:method:: close(device) :staticmethod: Close connection to device