circuitpython/drivers/dht/dht.h

4 lines
65 B
C

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