comment block

This commit is contained in:
Robin Müller 2021-04-01 15:34:09 +02:00
parent feee39a6c7
commit 7ffae254b1
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ public:
/**
* @brief Constructor for the I2C cookie.
* @param i2cAddress_ The i2c address of the target device.
* @param maxReplyLen The maximum expected length of a reply from the
* @param maxReplyLen_ The maximum expected length of a reply from the
* target device.
* @param devicFile_ The device file specifying the i2c interface to use. E.g. "/dev/i2c-0".
*/
I2cCookie(address_t i2cAddress_, size_t maxReplyLen_,
std::string deviceFile_);