Compare commits

..

No commits in common. "master" and "fix-ci" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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