micropython: add micropython component
This commit is contained in:
8
components/language/micropython/drivers/dht/dht.h
Normal file
8
components/language/micropython/drivers/dht/dht.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MICROPY_INCLUDED_DRIVERS_DHT_DHT_H
|
||||
#define MICROPY_INCLUDED_DRIVERS_DHT_DHT_H
|
||||
|
||||
#include "py/obj.h"
|
||||
|
||||
MP_DECLARE_CONST_FUN_OBJ_2(dht_readinto_obj);
|
||||
|
||||
#endif // MICROPY_INCLUDED_DRIVERS_DHT_DHT_H
|
Reference in New Issue
Block a user