Skip to content

Releases: mcsakoff/pydigitemp

v1.4.1

11 Apr 12:42
Compare
Choose a tag to compare

Issues fixed:

  • #8 - Windows compatibility
  • #10 - Example snippet not working

v1.4.0

16 Nov 16:40
Compare
Choose a tag to compare

In this version exceptions rises differently that may be incompatible with existing code.
See examples/exceptions.py to for example of robust temperature reading in loop.

Issues fixed:

  • #4 - Inproper device disconnect handle
  • #7 - Issue with DS18S20 device
  • Added MS Windows support

Improvements:

  • Internals refactoring
  • More usage examples added
  • Typings support added