1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/sht3x: fix broken links

This commit is contained in:
Gunar Schorcht 2020-03-04 13:28:23 +01:00
parent 3542c7af0e
commit 4d306a4636

View File

@ -89,7 +89,13 @@ All driver functions return 0 on success or one of a negative error code defined
## Repeatability
The SHT3x sensor supports **three levels of repeatability** (low, medium and high). The stated repeatability is 3 times the standard deviation of multiple consecutive measurements at the stated repeatability and at constant ambient conditions. It is a measure for the noise on the physical sensor output. Different measurement modes allow for high/medium/low repeatability. [Datasheet SHT3x-DIS](https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf)
The SHT3x sensor supports **three levels of repeatability** (low, medium and
high). The stated repeatability is 3 times the standard deviation of multiple
consecutive measurements at the stated repeatability and at constant ambient
conditions. It is a measure for the noise on the physical sensor output.
Different measurement modes allow for high/medium/low repeatability.
[Datasheet SHT3x-DIS]
(https://developer.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf)
The repeatability settings influences the measurement duration as well as the power consumption of the sensor. The measurement takes typically 2.5 ms with low repeatability, 4.5 ms with medium repeatability and 12.5 ms with high repeatability. That is, the measurement produces a noticeable delay in execution.