robert-hh / Onewire_DS18X20

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

Make checking power mode optional #12

Closed amotl closed 4 years ago

amotl commented 4 years ago

This commit makes the DS18X20 driver not communicate with the hardware from within the object constructor when checking for the power mode.

robert-hh commented 4 years ago

Done