添加 USB 主机、BLE 和 Socket 数据端口驱动程序:
- 支持大容量存储类(MSC)的 USB 主机驱动程序 - BLE SPP(串行端口配置文件)客户端和服务器实现 - Socket(UDP/TCP)数据端口驱动程序 - 相关的 shell 接口用于配置和测试
This commit is contained in:
4
app/drivers/data_port/socket_inet/wifi_shell.h
Normal file
4
app/drivers/data_port/socket_inet/wifi_shell.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
void wifi_shell_register(void);
|
||||
void wifi_shell_unregister(void);
|
||||
Reference in New Issue
Block a user