Skip to content

Commit 7a0b001

Browse files
committed
Add CircuitPython Essentials Learn guide link to pwmio
1 parent 9d6c405 commit 7a0b001

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/pwmio/__init__.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@
5757
//| :py:data:`~pwmio.PWMOut.duty_cycle`, and then sleep 0.1 seconds.
5858
//| CircuitPython will automatically turn off the PWM when it resets all
5959
//| hardware after program completion. Use ``deinit()`` or a ``with`` statement
60-
//| to do it yourself."""
60+
//| to do it yourself.
61+
//|
62+
//| For the essentials of `pwmio`, see the CircuitPython Essentials
63+
//| Learn guide:
64+
//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
65+
//| """
6166
//|
6267

6368
STATIC const mp_rom_map_elem_t pwmio_module_globals_table[] = {

0 commit comments

Comments
 (0)