Compare commits
No commits in common. "master" and "fix-ci" have entirely different histories.
2 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ bool Adafruit_SHTC3::begin(TwoWire *theWire) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
sleep(false);
|
|
||||||
reset();
|
reset();
|
||||||
|
sleep(false);
|
||||||
|
|
||||||
// read the ID
|
// read the ID
|
||||||
if ((readID() & 0x083F) != 0x807) {
|
if ((readID() & 0x083F) != 0x807) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=Adafruit SHTC3 Library
|
name=Adafruit SHTC3 Library
|
||||||
version=1.0.2
|
version=1.0.0
|
||||||
author=Adafruit
|
author=Adafruit
|
||||||
maintainer=Adafruit <info@adafruit.com>
|
maintainer=Adafruit <info@adafruit.com>
|
||||||
sentence=Arduino library for SHTC3 temperature & humidity sensor.
|
sentence=Arduino library for SHTC3 temperature & humidity sensor.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue