当前位置:网站首页>The fifth chapter
The fifth chapter
2022-07-31 09:32:00 【51CTO】
wifi_hotspot.h interface introduction:
This wifi_hotspot.h contains interface functions related to declaring AP hotspot.

Open the wifi_ap.c file of the "D1_iot_wifi_ap" project, you can view the code for creating a Wifi hotspot in the code


wifi_device.h interface introduction:
This wifi_device.h contains interface functions related to declaring AP hotspots.

Open the wifi_sta_connect.c file of the "D2_iot_wifi_sta_connect" project, and you can view the code for connecting to Wifi hotspots in the code.


边栏推荐
猜你喜欢
随机推荐
Kotlin—基本语法 (五)
第二十二课,实例化(instancing)
【职场杂谈】售前工程师岗位的理解杂谈
Pytorch学习记录(七):自定义模型 & Auto-Encoders
来n遍剑指--06. 从尾到头打印链表
js radar chart statistical chart plugin
第八章 、接口
7. JS ES6新增语法 new Map详讲,还有一道代码实战案例帮你快上手new Map
postgresql 范围查询比索引查询快吗?
MySQL 排序
安装gnome-screenshot截图工具
MySQL 视图(详解)
怎样修改MySQL数据库的密码
Flink1.15 source code reading flink-clients - flink command line help command
js雷达图统计图表插件
MySQL 操作语句大全(详细)
Kotlin 优点
实现线程池
Modular specifications
高并发-高可用-高性能









