summaryrefslogtreecommitdiff
path: root/drivers/dht/dht.c
AgeCommit message (Expand)Author
2023-10-26extmod/modmachine: Consolidate simple machine headers into modmachine.h.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2019-01-22drivers/dht: Allow open-drain-high call to be DHT specific if needed.Damien George
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
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