index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dht
Age
Commit message (
Expand
)
Author
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-07
drivers/dht: Only build DHT driver if MICROPY_PY_MACHINE_PULSE enabled.
Damien George
2023-10-26
extmod/modmachine: Consolidate simple machine headers into modmachine.h.
Damien George
2022-09-08
drivers: Remove drivers that are now in micropython-lib.
Jim Mussared
2022-09-05
all: Update all manifest.py files to use new features.
Jim Mussared
2022-04-29
drivers/dht/dht.py: Change default import module as machine.
Takeo Takahashi
2022-01-06
rp2: Add support for DHT11 and DHT22 sensors.
iabdalkader
2021-10-25
mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py.
robert-hh
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-01-22
drivers/dht: Allow open-drain-high call to be DHT specific if needed.
Damien George
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2018-01-31
esp8266/modules: Move dht.py driver to drivers/dht directory.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-02-05
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-07
driver/dht: Use mp_raise_OSError helper function.
Damien George
2016-05-31
extmod: Add machine time_pulse_us function (at C and Python level).
Damien George
2016-05-26
drivers: Add C-level function to read DHT11 and DHT22 devices.
Damien George