:py:mod:`expliot.core.interfaces.ftdi` ====================================== .. py:module:: expliot.core.interfaces.ftdi .. autoapi-nested-parse:: Wrapper for FDTI. Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: expliot.core.interfaces.ftdi.SpiFlashManager expliot.core.interfaces.ftdi.I2cEepromManager Attributes ~~~~~~~~~~ .. autoapisummary:: expliot.core.interfaces.ftdi.DEFAULT_FTDI_URL .. py:data:: DEFAULT_FTDI_URL :annotation: = ftdi:///1 .. py:class:: SpiFlashManager Bases: :py:obj:`spiflash.serialflash.SerialFlashManager` A wrapper around pyspiflash SerialFlashManager. More details can be found at https://github.com/eblot/pyspiflash Calls terminate() on the SpiController to close the FTDI device. As of now there is no close or terminate method provided in pyspiflash. TODO: Remove me when pyspiflash implements one. .. py:method:: close(device) :staticmethod: Close connection to device. .. 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