library for SHT25 humidity and temperature sensor https://www.sensirion.com/products/humidity-sensor/
History
fix operator priority for macro SHT_WAIT
2021-10-06, by YSI [Wed, 06 Oct 2021 14:05:16 +0000] rev 10
fix operator priority for macro SHT_WAIT
Add wait function compatible with mbed2.0, mbed5.0 and mbed6.0 and more.; Default wait for request is typical value and up to maximum value if necessary/
2021-10-06, by YSI [Wed, 06 Oct 2021 13:41:00 +0000] rev 9
Add wait function compatible with mbed2.0, mbed5.0 and mbed6.0 and more.; Default wait for request is typical value and up to maximum value if necessary/
fix maximum I2C frequency to 400KHz; reduce I2C read request at one by data request
2021-09-22, by YSI [Wed, 22 Sep 2021 13:26:04 +0000] rev 8
fix maximum I2C frequency to 400KHz; reduce I2C read request at one by data request
Fix I2C read address, change I2C frequency to 400KHz, remove all sleep or wait functions.
2021-09-16, by YSI [Thu, 16 Sep 2021 11:17:17 +0000] rev 7
Fix I2C read address, change I2C frequency to 400KHz, remove all sleep or wait functions.
change wait_us blocking to sleep_for when target isn't LPC1768
2021-09-08, by YSI [Wed, 08 Sep 2021 06:48:12 +0000] rev 6
change wait_us blocking to sleep_for when target isn't LPC1768
bug fixe with LPC1768 mac adresse
2021-06-30, by YSI [Wed, 30 Jun 2021 09:05:04 +0000] rev 5
bug fixe with LPC1768 mac adresse
change depreciated wait_ms to wait_us.
2019-12-03, by YSI [Tue, 03 Dec 2019 09:23:44 +0000] rev 4
change depreciated wait_ms to wait_us.
Add waitSafeHeat
2018-12-11, by YSI [Tue, 11 Dec 2018 13:09:18 +0000] rev 3
Add waitSafeHeat
Add NaN return on I2C error
2018-06-18, by YSI [Mon, 18 Jun 2018 12:10:49 +0000] rev 2
Add NaN return on I2C error
Doc updated
2018-06-18, by YSI [Mon, 18 Jun 2018 08:28:52 +0000] rev 1
Doc updated