1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/drivers/sht2x
Gunar Schorcht 43819464f7 drivers/sht2x: fix measurement duration
According to the data sheet, typical times are recommended for calculating energy consumption, while maximum values should be used for calculating waiting times in communication. Therefore, the typical time values are replaced by maximum time values for sleep.
2022-12-14 21:47:32 +01:00
..
include drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
Kconfig drivers/sht2x: migration to ztimer 2022-12-13 00:51:51 +01:00
Makefile drivers: make use of new driver_with_saul.mk where applicable 2022-01-06 12:07:07 +01:00
Makefile.dep drivers/sht2x: migration to ztimer 2022-12-13 00:51:51 +01:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
sht2x_saul.c drivers/saul: use const qualifier for data to write 2022-05-23 08:35:27 +02:00
sht2x.c drivers/sht2x: fix measurement duration 2022-12-14 21:47:32 +01:00