Add link to busio from board module

This commit is contained in:
Alec Delaney 2022-05-04 13:50:08 -04:00
parent 802931987a
commit 8651156ee0
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
//| Common container for board base pin names. These will vary from board to
//| board so don't expect portability when using this module.
//|
//| The most common use of this module is to use serial communciation buses with
//| the default pins and settings. For more information about serial communcication
//| in CircuitPython, see the :mod:`busio`.
//|
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
//| available on a specific board."""