2019-07-28 22:25:43 -04:00
|
|
|
.. _module-support-matrix:
|
|
|
|
|
2019-07-27 11:03:18 -04:00
|
|
|
Support Matrix
|
|
|
|
===============
|
|
|
|
|
|
|
|
The following table lists the available built-in modules for each CircuitPython
|
|
|
|
capable board.
|
|
|
|
|
2020-08-07 23:52:34 -04:00
|
|
|
.. list-table::
|
2019-07-27 11:03:18 -04:00
|
|
|
:header-rows: 1
|
|
|
|
:widths: 7, 50
|
|
|
|
|
2020-08-07 23:52:34 -04:00
|
|
|
* - Board
|
|
|
|
- Modules Available
|
|
|
|
|
|
|
|
{% for key, value in support_matrix|dictsort %}
|
2020-08-08 12:37:49 -04:00
|
|
|
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
|
2020-08-07 23:52:34 -04:00
|
|
|
* - {{ key }}
|
|
|
|
- {{ '`' ~ value|join("`, `") ~ '`' }}
|
|
|
|
|
|
|
|
{% endfor %}
|