mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
DS1822P sensors behave just like the DS18B20 except for the following: - it has a different family code: 0x22 - it has only the GND and DQ pins connected, it uses parasitic power from the data line Contributed by @nebelgrau77.
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.