summaryrefslogtreecommitdiff
path: root/drivers/dht
AgeCommit message (Expand)Author
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