Files
ESP32-Guide/docs/03.FreeRTOS基础/3.4-FreeRTOS软件定时器/FreeRTOS软件定时器.md
2025-02-22 18:49:16 +08:00

10 lines
464 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FreeRTOS软器教程
> [!TIP] 🚀 **FreeRTOS 软件定时器 | 灵活管理定时任务**
> - 💡 **碎碎念**😎:本节将介绍如何在 FreeRTOS 中使用软件定时器,帮助你灵活地管理定时任务,提升系统性能。
> - 📺 **视频教程**:🚧 *开发中*
> - 💾 **示例代码**[ESP32-Guide/code/03.freertos_basic/timer](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/03.freertos_basic/timer)
## 一、介绍