From 3be5dc40d42d55750af30a68f652e2aa56a86a61 Mon Sep 17 00:00:00 2001 From: IhorNehrutsa <70886343+IhorNehrutsa@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:01:17 +0300 Subject: [PATCH] Update machine.PWM.rst --- docs/library/machine.PWM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/machine.PWM.rst b/docs/library/machine.PWM.rst index b9cf00240314..3b10892921a1 100644 --- a/docs/library/machine.PWM.rst +++ b/docs/library/machine.PWM.rst @@ -40,7 +40,7 @@ Constructors Setting *freq* may affect other PWM objects if the objects share the same underlying PWM generator (this is hardware specific). Only one of *duty_u16* and *duty_ns* should be specified at a time. - *invert* is not available at all ports. + *invert* is available at RP2, i.MXRT, SAMD, nRF, ESP32 ports. Methods -------