PWM Resolution
-
- Posts: 1
- Joined: Thu Feb 18, 2021 7:37 pm
PWM Resolution
I'm controlling some LED strips with my ESP32 and need a 12 bit duty cycle resolution rather than the default 10 bit. Is there a way to change this, or do I have to use C++ to set it with a ledc function?