mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
添加硬件端示例代码
This commit is contained in:
7
esp-idf/components/example2/example2.c
Normal file
7
esp-idf/components/example2/example2.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include "example2.h"
|
||||
#include <stdio.h>
|
||||
void example2()
|
||||
{
|
||||
printf("example2\n");
|
||||
}
|
||||
Reference in New Issue
Block a user