circuitpython/shared-bindings/index.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
553 B
ReStructuredText
Raw Normal View History

Core Modules
========================================
2019-07-27 11:36:08 -04:00
These core modules are intended on being consistent across ports and boards.
A module may not exist on a port/board if no underlying hardware support is
present or if flash space is limited. For example, a microcontroller without
analog features will not have `analogio`. See the `support_matrix` page for
a list of modules supported on each board.
2017-06-07 15:00:15 -04:00
.. toctree::
:hidden:
support_matrix
Modules
---------
.. toctree::
:glob:
:maxdepth: 2
../shared-bindings/*/index
help