esp32-c3笔记
添加时间:2023-01-24 18:16
ESP32-C3 系列芯片的复位可使用 CHIP_EN 管脚。当 CHIP_EN 为低电平时复位。
在用digitalWrite(?,1);之前,必须先有 pinMode(?, OUTPUT);

esp32入门教程目录
[url]https://blog.csdn.net/weixin_42328389/article/details/123425461[/url]

乐鑫esp32蓝牙部分介绍
[url]https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32c3/api-reference/bluetooth/index.html[/url]