mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01: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.