diff options
Diffstat (limited to 'docs/pyboard/quickref.rst')
-rw-r--r-- | docs/pyboard/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/quickref.rst b/docs/pyboard/quickref.rst index b1195ce7c8..3dbd093043 100644 --- a/docs/pyboard/quickref.rst +++ b/docs/pyboard/quickref.rst @@ -66,7 +66,7 @@ See :ref:`pyb.LED <pyb.LED>`. :: led.toggle() led.on() led.off() - + # LEDs 3 and 4 support PWM intensity (0-255) LED(4).intensity() # get intensity LED(4).intensity(128) # set intensity to half |