:py:mod:`expliot.core.protocols.hardware.spi` ============================================= .. py:module:: expliot.core.protocols.hardware.spi .. autoapi-nested-parse:: Support for SPI. Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: expliot.core.protocols.hardware.spi.SpiFlashManager .. 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.