From 8eaae1ec6fedcc3628fb35abfdd9cd5eda9a4270 Mon Sep 17 00:00:00 2001 From: IhorNehrutsa Date: Wed, 5 Jun 2024 14:50:48 +0300 Subject: [PATCH] Update quickref.rst --- docs/esp32/quickref.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 7634d4c4d1ad..41b646953122 100755 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -352,6 +352,7 @@ Use the DAC:: dac = DAC(Pin(25)) # create an DAC object acting on a pin dac.write(128) # set a raw analog value in the range 0-255, 50% now + MCPWM (motor control pulse width modulation) --------------------------------------------