Skip to content

Commit aaaa0ac

Browse files
committed
Add link to CPY Essentials Learn guide for board module
1 parent f4bd20b commit aaaa0ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/board/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@
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

0 commit comments

Comments
 (0)