File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959//| :py:meth:`~analogio.AnalogIn.deinit` the hardware. The last step is optional
6060//| because CircuitPython will do it automatically after the program finishes.
6161//|
62- //| For the essentials of `analogio`, see the CircuitPython Essentials
63- //| Learn guide:
64- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in
62+ //| For the essentials of `analogio`, see the `CircuitPython Essentials
63+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in>`_
6564//|
66- //| For more information on using `analogio`, see this additional Learn guide:
67- //| https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs
65+ //| For more information on using `analogio`, see ` this additional Learn guide
66+ //| < https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs>`_
6867//| """
6968//|
7069
Original file line number Diff line number Diff line change 4747//| the default pins and settings. For more information about serial communcication
4848//| in CircuitPython, see the :mod:`busio`.
4949//|
50- //| For more information regarding the typical usage of :py:mod:`board`, refer to the CircuitPython
51- //| Essentials Learn guide:
52- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pins-and-modules
50+ //| For more information regarding the typical usage of :py:mod:`board`, refer to the ` CircuitPython
51+ //| Essentials Learn guide
52+ //| < https://learn.adafruit.com/circuitpython-essentials/circuitpython-pins-and-modules>`_
5353//|
5454//| .. warning:: The board module varies by board. The APIs documented here may or may not be
5555//| available on a specific board."""
Original file line number Diff line number Diff line change 7373//| led.value = False
7474//| time.sleep(0.1)
7575//|
76- //| For the essentials of `digitalio`, see the CircuitPython Essentials
77- //| Learn guide:
78- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-digital-in-out
76+ //| For the essentials of `digitalio`, see the `CircuitPython Essentials
77+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-digital-in-out>`_
7978//|
80- //| For more information on using `digitalio`, see this additional Learn guide:
81- //| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
79+ //| For more information on using `digitalio`, see ` this additional Learn guide
80+ //| < https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs>`_
8281//| """
8382
8483STATIC const mp_rom_map_elem_t digitalio_module_globals_table [] = {
Original file line number Diff line number Diff line change 5151//| The `displayio` module contains classes to manage display output
5252//| including synchronizing with refresh rates and partial updating.
5353//|
54- //| For more a more thorugh explanation and guide for using `displayio`, please
55- //| refer to this Learn guide:
56- //| https://learn.adafruit.com/circuitpython-display-support-using-displayio
54+ //| For more a more thorough explanation and guide for using `displayio`, please
55+ //| refer to ` this Learn guide
56+ //| < https://learn.adafruit.com/circuitpython-display-support-using-displayio>`_.
5757//| """
5858//|
5959
Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) {
9797//|
9898//| This library is typically not used by user level code.
9999//|
100- //| For more information on actually using NeoPixels, refer to the CircuitPython
101- //| Essentials Learn guide: https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel
100+ //| For more information on actually using NeoPixels, refer to the ` CircuitPython
101+ //| Essentials Learn guide < https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_
102102//|
103- //| For a much more thorough guide about using NeoPixels, refer to the Adadfruit NeoPixel Überguide:
104- //| https://learn.adafruit.com/adafruit-neopixel-uberguide
103+ //| For a much more thorough guide about using NeoPixels, refer to the `Adafruit NeoPixel Überguide
104+ //| < https://learn.adafruit.com/adafruit-neopixel-uberguide>`_.
105105//|
106106//| """
107107//|
Original file line number Diff line number Diff line change 5959//| hardware after program completion. Use ``deinit()`` or a ``with`` statement
6060//| to do it yourself.
6161//|
62- //| For the essentials of `pwmio`, see the CircuitPython Essentials
63- //| Learn guide:
64- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
62+ //| For the essentials of `pwmio`, see the `CircuitPython Essentials
63+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm>`_.
6564//| """
6665//|
6766
Original file line number Diff line number Diff line change 4242//| CircuitPython does not have an OS, so this module provides this functionality
4343//| directly.
4444
45- //| For more information regarding using the `storage` module, refer to the CircuitPython
46- //| Essentials Learn guide:
47- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-storage
45+ //| For more information regarding using the `storage` module, refer to the ` CircuitPython
46+ //| Essentials Learn guide
47+ //| < https://learn.adafruit.com/circuitpython-essentials/circuitpython-storage>`_.
4848//| """
4949//|
5050
You can’t perform that action at this time.
0 commit comments