Skip to content

Commit 8651156

Browse files
committed
Add link to busio from board module
1 parent 8029319 commit 8651156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared-bindings/board/__init__.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
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
47+
//| the default pins and settings. For more information about serial communcication
48+
//| in CircuitPython, see the :mod:`busio`.
49+
//|
4650
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
4751
//| available on a specific board."""
4852

0 commit comments

Comments
 (0)