Skip to content

Releases: drohm/pi-sht1x

1.0.10

23 Sep 21:02
Compare
Choose a tag to compare

Version 1.0.10

Update data_pin to use internal PULL_UP (via @pinpang)
Update unit * to ° (via @pinpang)

This new version as also added to PyPI for easy install

1.0.9a

15 Oct 06:15
Compare
Choose a tag to compare

Patch for version and release notes. Refer to 1.0.9 release notes.

1.0.9

15 Oct 06:03
Compare
Choose a tag to compare

Allow user specified logger instances

Since RPi.GPIO no longer requires root, the script was throwing permission denied errors. This update allows the user to pass in their own logger instance when instantiating the SHT1x class, so logging can be disabled, directed to their own file or STDOUT. Thanks @wtfuzz!

1.0.8

28 Apr 15:47
Compare
Choose a tag to compare

Update MANIFEST to fix install error.

1.0.6

10 Apr 17:30
Compare
Choose a tag to compare
Update download_url for setup.py, use tag on github.