esphome/esphome/components/shtcx
Derek Hageman c9e224e999
SHTC3: Wake up the sensor during setup (#993)
Since we put the sensor to sleep when not measuring, make sure to wake
it up during setup.  It does not respond to any other I2C commands
(including reset) while asleep, so if we've done a soft reboot while
it was sleeping then setup() would fail since it wouldn't respond to
anything.
2020-04-24 22:10:41 -03:00
..
__init__.py Add support for SHTCx Temperature sensors (#676) 2019-10-19 21:31:27 +02:00
sensor.py Add support for SHTCx Temperature sensors (#676) 2019-10-19 21:31:27 +02:00
shtcx.cpp SHTC3: Wake up the sensor during setup (#993) 2020-04-24 22:10:41 -03:00
shtcx.h Add support for SHTCx Temperature sensors (#676) 2019-10-19 21:31:27 +02:00