File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343//| Common container for board base pin names. These will vary from board to
4444//| board so don't expect portability when using this module.
4545//|
46- //| The most common use of this module is to use serial communciation buses with
46+ //| Another common use of this module is to use serial communciation buses with
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 `board`, refer to the CircuitPython
51+ //| Essentials Learn guide:
52+ //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pins-and-modules
53+ //|
5054//| .. warning:: The board module varies by board. The APIs documented here may or may not be
5155//| available on a specific board."""
5256
You can’t perform that action at this time.
0 commit comments