robert-hh / Onewire_DS18X20

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

Implement parasite power mode #13

Closed amotl closed 4 years ago

amotl commented 4 years ago

While giving this pure-Python driver a new home, @robert-hh wants to implement parasite power mode appropriately. It turns out this is not really straight-forward at all.

Elsewhere, this is done through a readPowerSupply method.

Thanks again and good luck with that task!