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