-
i try code PWM mode
On runing error
|
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
Dec 17, 2024
Replies: 1 comment
-
Each port has a different lowest PWM frequency. For ESP32C3 it's 5Hz. For 1Hz you may use the Timer mechanism. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Witawat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each port has a different lowest PWM frequency. For ESP32C3 it's 5Hz. For 1Hz you may use the Timer mechanism.