summaryrefslogtreecommitdiff
path: root/drivers/dht/dht.py
AgeCommit message (Expand)Author
2022-09-08drivers: Remove drivers that are now in micropython-lib.Jim Mussared
2022-04-29drivers/dht/dht.py: Change default import module as machine.Takeo Takahashi
2022-01-06rp2: Add support for DHT11 and DHT22 sensors.iabdalkader
2021-10-25mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py.robert-hh
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-01-31stm32: Add support for DHT11/DHT22 sensors.Damien George
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George