additional doc

This commit is contained in:
Robin Müller 2021-05-25 15:34:44 +02:00
parent 3c19e0f9eb
commit c69f314441
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ class SpiCookie;
/**
* @brief Encapsulates access to linux SPI driver for FSFW objects
* @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
*/
class SpiComIF: public DeviceCommunicationIF, public SystemObject {