mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(example): implement power management example for ESP chips
This commit is contained in:
@@ -93,6 +93,11 @@ ESP-IDF 中集成的电源管理算法可以根据应用程序组件的需求,
|
||||
为了跳过不必要的唤醒,可以将 ``skip_unhandled_events`` 选项设置为 ``true`` 来初始化 ``esp_timer``。带有此标志的定时器不会唤醒系统,有助于减少功耗。
|
||||
|
||||
|
||||
应用示例
|
||||
-------------------
|
||||
|
||||
:example:`lowpower/power_management` 示例演示了动态调频、自动 Light-sleep 与电源管理锁。
|
||||
|
||||
动态调频和外设驱动
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user