Files
fastbee/firmware/esp-idf/wumei-smart-firmware/components/example/include/example.h
2021-07-13 17:15:20 +08:00

10 lines
78 B
C

#ifndef _IOT_EXAMPLE2_H_
#define _IOT_EXAMPLE2_H_
void example();
#endif