Main Content

16-bit PWM resolution for Arduino

Arduino has implicitly all PWM channels set to 8-bit resolution. This is not the maximum resolution. Timer1 can use up to 16-bit resolution. In this article, we’ll show you how to do it. “

Link to article