robert-hh / Onewire_DS18X20

Classes for driving the DS18x20 sensor with the onewire protocol for Pycom MicroPython
11 stars 6 forks source link

Add support for DS1822P sensor, resolve #1. #4

Closed amotl closed 4 years ago

amotl commented 4 years ago

DS1822P sensors behave just like the DS18B20 except for the following:

This is coming from https://github.com/micropython/micropython/commit/59543878. Thanks, @dpgeorge.