File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 43
43
//| Common container for board base pin names. These will vary from board to
44
44
//| board so don't expect portability when using this module.
45
45
//|
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
47
47
//| the default pins and settings. For more information about serial communcication
48
48
//| in CircuitPython, see the :mod:`busio`.
49
49
//|
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
+ //|
50
54
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
51
55
//| available on a specific board."""
52
56
You can’t perform that action at this time.
0 commit comments