aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/shared-bindings/index.rst
blob: bf04ae18b1338d63f6993666c1573b97d0cd06f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Core Modules
========================================

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.

.. toctree::
    :hidden:

    support_matrix

Modules
---------

.. toctree::
    :glob:
    :maxdepth: 2

    ../shared-bindings/*/index
    help