usbtemp / usbtemp-python3

USB thermometer Python3 library with example application
MIT License
5 stars 3 forks source link
python3 usb-thermometer

usbtemp-python3

Source code for Thermometer class. Requires python3-serial package.

The class provides following functions.

    __init__
    Open
    Close
    Rom
    Temperature

This software is in alpha stage and does not expose all features of the probe. Exception handling or retrying should be implemented for or by end user. Programming reference: Maxim Application Note 214 and DS18B20 datasheet. Contributions are welcome.