update: 修复细节

This commit is contained in:
DuRuofu
2025-02-08 21:25:34 +08:00
parent 0fcc6b5113
commit 621725c132
35 changed files with 418 additions and 326 deletions

View File

@@ -2,6 +2,11 @@
# ESP32外设-硬件定时器入门
> [!NOTE]
> 对应视频教程:暂无 <br>
> 对应示例代码:暂无
> 若不必使用硬件定时器,则建议使用软件定时器:[ESP 定时器](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-reference/system/esp_timer.html)
## 一、介绍: