I'm working on making it function with 3V3 and while looking at the documentation noticed the following. In SHT1x.cpp on line 220: `digitalWrite(_dataPin, HIGH);` is not necessary as it is already high. Cheers, C-
I'm working on making it function with 3V3 and while looking at the documentation noticed the following.
In SHT1x.cpp on line 220:
digitalWrite(_dataPin, HIGH);is not necessary as it is already high.
Cheers,
C-