circuitpython/drivers/dht/dht.h
2016-05-26 17:10:06 +01:00

4 lines
65 B
C

#include "py/obj.h"
MP_DECLARE_CONST_FUN_OBJ(dht_readinto_obj);