mirror of
https://github.com/DuRuofu/ESP32-Guide.git
synced 2026-02-05 14:40:35 +08:00
10 lines
464 B
Markdown
10 lines
464 B
Markdown
# FreeRTOS软器教程
|
||
|
||
> [!TIP] 🚀 **FreeRTOS 软件定时器 | 灵活管理定时任务**
|
||
> - 💡 **碎碎念**😎:本节将介绍如何在 FreeRTOS 中使用软件定时器,帮助你灵活地管理定时任务,提升系统性能。
|
||
> - 📺 **视频教程**:🚧 *开发中*
|
||
> - 💾 **示例代码**:[ESP32-Guide/code/03.freertos_basic/timer](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/03.freertos_basic/timer)
|
||
|
||
## 一、介绍
|
||
|