mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
10 lines
81 B
C
10 lines
81 B
C
|
|
#ifndef _IOT_EXAMPLE1_H_
|
|
#define _IOT_EXAMPLE1_H_
|
|
|
|
|
|
void example1();
|
|
|
|
|
|
#endif
|