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

10 lines
81 B
C

#ifndef _IOT_EXAMPLE1_H_
#define _IOT_EXAMPLE1_H_
void example1();
#endif