summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dht/dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dht/dht.h')
-rw-r--r--drivers/dht/dht.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dht/dht.h b/drivers/dht/dht.h
new file mode 100644
index 0000000000..8274228ac6
--- /dev/null
+++ b/drivers/dht/dht.h
@@ -0,0 +1,3 @@
+#include "py/obj.h"
+
+MP_DECLARE_CONST_FUN_OBJ(dht_readinto_obj);