Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 334 Bytes

PicoDHT22

Micropython DHT22 class using PIO

P.S. Some people have problem with the power on time to activate the DHT22. The spec specify 2 seconds. The current one is 200ms. Please change it has it fit!

*** UPDATE *** Sept22 Micropython includes its own version DHT22 module Then the module is now named PicoDHT22