Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c174a56477 | ||
|
|
b784600be7 | ||
|
|
960db96e26 | ||
|
|
ec670f90e4 | ||
|
|
728bd1be43 |
2 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ bool Adafruit_SHTC3::begin(TwoWire *theWire) {
|
|||
return false;
|
||||
}
|
||||
|
||||
reset();
|
||||
sleep(false);
|
||||
reset();
|
||||
|
||||
// read the ID
|
||||
if ((readID() & 0x083F) != 0x807) {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue