We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6c405 commit 7a0b001Copy full SHA for 7a0b001
shared-bindings/pwmio/__init__.c
@@ -57,7 +57,12 @@
57
//| :py:data:`~pwmio.PWMOut.duty_cycle`, and then sleep 0.1 seconds.
58
//| CircuitPython will automatically turn off the PWM when it resets all
59
//| hardware after program completion. Use ``deinit()`` or a ``with`` statement
60
-//| to do it yourself."""
+//| 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
+//| """
66
//|
67
68
STATIC const mp_rom_map_elem_t pwmio_module_globals_table[] = {
0 commit comments