additional doc

This commit is contained in:
Robin Müller 2021-05-25 15:34:44 +02:00
parent 3c19e0f9eb
commit c69f314441

View File

@ -16,7 +16,8 @@ class SpiCookie;
/** /**
* @brief Encapsulates access to linux SPI driver for FSFW objects * @brief Encapsulates access to linux SPI driver for FSFW objects
* @details * @details
* Right now, only full-duplex SPI is supported. * Right now, only full-duplex SPI is supported. Most device specific transfer properties
* are contained in the SPI cookie.
* @author R. Mueller * @author R. Mueller
*/ */
class SpiComIF: public DeviceCommunicationIF, public SystemObject { class SpiComIF: public DeviceCommunicationIF, public SystemObject {