From 4f3df5d276142491a68a8ea2ed1812bd5689bffe Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 11 Jun 2022 16:55:46 -0500 Subject: [PATCH] Update PWM.md --- docs/PWM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PWM.md b/docs/PWM.md index 7743080..fdb238c 100644 --- a/docs/PWM.md +++ b/docs/PWM.md @@ -65,6 +65,7 @@ The following PWM resources are available: * ESP32: 16 Channels / 8 Timers (arranged in two distinct sets of 8 Channels and 4 Timers) * ESP32-S2: 8 Channels / 4 Timers * ESP32-C3: 6 Channels / 4 Timers +* ESP32-S3: 8 Channels / 4 Timers HomeSpan *automatically* allocates Channels and Timers to LedPin and ServoPin objects as they are instantiated. Every pin assigned consumes a single Channel; every *unique* frequency specified among all channels (within the same set, for the ESP32) consumes a single Timer. HomeSpan will conserve resources by re-using the same Timer for all Channels operating at the same frequency. *HomeSpan also automatically configures each Timer to support the maximum duty-resolution possible for the frequency specified.*