Skip to content
Snippets Groups Projects
Unverified Commit ee3efa34 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #10930 from silkeh/fix-hdc1000-param-renew

Fix hdc1000 renew interval documentation
parents 7dc243e3 3cf3742f
No related branches found
No related tags found
No related merge requests found
...@@ -161,8 +161,9 @@ int hdc1000_read(const hdc1000_t *dev, int16_t *temp, int16_t *hum); ...@@ -161,8 +161,9 @@ int hdc1000_read(const hdc1000_t *dev, int16_t *temp, int16_t *hum);
* @brief Extended read function including caching capability * @brief Extended read function including caching capability
* *
* This function will return cached values if they are within the sampling * This function will return cached values if they are within the sampling
* period (HDC1000_RENEW_INTERVAL), or will trigger a new conversion, wait for * period (HDC1000_PARAM_RENEW_INTERVAL), or will trigger a new conversion,
* the conversion to be finished and the get the results from the device. * wait for the conversion to be finished and the get the results from the
* device.
* *
* @param[in] dev device descriptor of sensor * @param[in] dev device descriptor of sensor
* @param[out] temp temperature [in 100 * degree centigrade] * @param[out] temp temperature [in 100 * degree centigrade]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment