mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/ccs811: small cleanups in documentation
This commit is contained in:
parent
27265095cd
commit
6bdc590516
@ -140,7 +140,7 @@ int ccs811_init (ccs811_t *dev, const ccs811_params_t *params);
|
||||
*
|
||||
* The function reads the IAQ sensor values (TVOC and eCO2) and/or the raw
|
||||
* sensor data. For either \p iaq_tvoc2, \p iaq_eco2, \p raw_i, or \p raw_v
|
||||
* also ```NULL``` can be passed, if their value are not of interest.
|
||||
* also `NULL` can be passed, if their value are not of interest.
|
||||
*
|
||||
* @note
|
||||
* - If the function is called and no new data are available, the function
|
||||
@ -150,7 +150,7 @@ int ccs811_init (ccs811_t *dev, const ccs811_params_t *params);
|
||||
* new data are available.
|
||||
* - In #CCS811_MODE_250MS, only RAW data are available. In
|
||||
* that case, the function fails with error_code #CCS811_ERROR_NO_IAQ_DATA
|
||||
* if \p iaq_tvoc and \p iaq_eco2 parameters are not ```NULL```.
|
||||
* if \p iaq_tvoc and \p iaq_eco2 parameters are not `NULL`.
|
||||
*
|
||||
* @param[in] dev Device descriptor of CCS811 device to read from
|
||||
* @param[out] iaq_tvoc TVOC total volatile organic compound (0..1187 ppb)
|
||||
|
Loading…
Reference in New Issue
Block a user