Add CircuitPython Essentials Learn guide link to pwmio

This commit is contained in:
Alec Delaney 2022-05-04 13:59:04 -04:00
parent 9d6c4059e0
commit 7a0b0010e8
1 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,12 @@
//| :py:data:`~pwmio.PWMOut.duty_cycle`, and then sleep 0.1 seconds.
//| CircuitPython will automatically turn off the PWM when it resets all
//| hardware after program completion. Use ``deinit()`` or a ``with`` statement
//| to do it yourself."""
//| to do it yourself.
//|
//| For the essentials of `pwmio`, see the CircuitPython Essentials
//| Learn guide:
//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
//| """
//|
STATIC const mp_rom_map_elem_t pwmio_module_globals_table[] = {