fix(ledc): updated docs for esp32h2 eco5 bugfix

This commit is contained in:
Song Ruo Jing
2024-12-20 19:17:08 +08:00
parent 85ec6a41f9
commit 19fec9f455
4 changed files with 10 additions and 2 deletions

View File

@@ -275,6 +275,10 @@ The range of the duty cycle values passed to functions depends on selected ``dut
On {IDF_TARGET_NAME}, when channel's binded timer selects its maximum duty resolution, the duty cycle value cannot be set to ``(2 ** duty_resolution)``. Otherwise, the internal duty counter in the hardware will overflow and be messed up.
.. only:: esp32h2
The hardware limitation above only applies to chip revision before v1.2.
Change PWM Duty Cycle Using Hardware
""""""""""""""""""""""""""""""""""""