Releases: drohm/pi-sht1x
Releases · drohm/pi-sht1x
1.0.10
1.0.9a
1.0.9
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!