drohm / pi-sht1x

Python library for the Sensirion SHT1x series of temperature and humidity sensors to work on the Raspberry Pi. This includes the SHT10, SHT11, and SHT15 sensors.
MIT License
38 stars 16 forks source link

Enable data_pin internal PULL-UP #18

Closed pinpang closed 3 years ago

pinpang commented 3 years ago

This method is always effective, even if the data pin has a fixed pull-up. Test OK, on SHT10 no fixed pull-up.

drohm commented 3 years ago

Thank you, @pinpang for the contribution. Merged and new build will be out shortly.