We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8029319 commit 8651156Copy full SHA for 8651156
shared-bindings/board/__init__.c
@@ -43,6 +43,10 @@
43
//| Common container for board base pin names. These will vary from board to
44
//| board so don't expect portability when using this module.
45
//|
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
+//|
50
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
51
//| available on a specific board."""
52
0 commit comments