Files
fastbee/esp-idf/components/example2/include/example2.h
2021-05-10 13:42:01 +08:00

10 lines
79 B
C

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