Compare commits

...

5 commits

Author SHA1 Message Date
Tyeth Gundry
c174a56477
Update library.properties - bump version to 1.0.2 2025-08-05 13:22:22 +01:00
Limor "Ladyada" Fried
b784600be7
Merge pull request #5 from GioTB/master
Fixes error on initialization when SHTC3 its sleep
2025-07-30 09:38:17 -04:00
DESKTOP-LNRKQCR\giova
960db96e26 Fixes error on initialization when SHTC3 its sleep 2023-08-10 12:45:42 -04:00
Paint Your Dragon
ec670f90e4
Bump version # for CI fixes 2022-11-01 17:21:29 -07:00
Paint Your Dragon
728bd1be43
Merge pull request #3 from adafruit/fix-ci
fix ci
2022-11-01 17:17:09 -07:00
2 changed files with 2 additions and 2 deletions

View file

@ -66,8 +66,8 @@ bool Adafruit_SHTC3::begin(TwoWire *theWire) {
return false;
}
reset();
sleep(false);
reset();
// read the ID
if ((readID() & 0x083F) != 0x807) {

View file

@ -1,5 +1,5 @@
name=Adafruit SHTC3 Library
version=1.0.0
version=1.0.2
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for SHTC3 temperature & humidity sensor.