summaryrefslogtreecommitdiff
path: root/drivers/dht
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-07drivers/dht: Only build DHT driver if MICROPY_PY_MACHINE_PULSE enabled.Damien George
2023-10-26extmod/modmachine: Consolidate simple machine headers into modmachine.h.Damien George
2022-09-08drivers: Remove drivers that are now in micropython-lib.Jim Mussared
2022-09-05all: Update all manifest.py files to use new features.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-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-01-22drivers/dht: Allow open-drain-high call to be DHT specific if needed.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
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-07driver/dht: Use mp_raise_OSError helper function.Damien George
2016-05-31extmod: Add machine time_pulse_us function (at C and Python level).Damien George
2016-05-26drivers: Add C-level function to read DHT11 and DHT22 devices.Damien George