Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: lib_SHT25.h
- Revision:
- 4:21a50575cb79
- Parent:
- 3:81324c19d870
- Child:
- 5:8e34f365eb45
--- a/lib_SHT25.h Tue Dec 11 13:09:18 2018 +0000 +++ b/lib_SHT25.h Tue Dec 03 09:23:44 2019 +0000 @@ -51,9 +51,9 @@ #define SHT_PREC_0812 0x01 //RH 8 T 10 #define SHT_PREC_1013 0x80 //RH 10 T 13 #define SHT_PREC_1111 0x81 //RH 10 T 13 -#define SHT_WAIT_TEMP 0x55 //Sensor Temp measure -#define SHT_WAIT_RH 0x1D //Sensor RH measure -#define SHT_WAIT_SET 0x0F //Sensor (re)set +#define SHT_WAIT_US_TEMP 85000 //Sensor Temp measure +#define SHT_WAIT_US_RH 29000 //Sensor RH measure +#define SHT_WAIT_US_SET 15000 //Sensor (re)set /** SHT25 class */