mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +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.