diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 8861ca4ac8..b4f443a910 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -175,6 +175,7 @@ range from 1Hz to 40MHz but there is a tradeoff; as the base frequency *increases* the duty resolution *decreases*. See `LED Control `_ for more details. +Currently the duty cycle has to be in the range of 0-1023. Use the ``machine.PWM`` class::