15 lines
337 B
ReStructuredText
15 lines
337 B
ReStructuredText
|
Support Matrix
|
||
|
===============
|
||
|
|
||
|
The following table lists the available built-in modules for each CircuitPython
|
||
|
capable board.
|
||
|
|
||
|
.. csv-table::
|
||
|
:header-rows: 1
|
||
|
:widths: 7, 50
|
||
|
|
||
|
"Board", "Modules Available"
|
||
|
{% for key, value in support_matrix|dictsort -%}
|
||
|
"{{ key }}", "{{ '`' ~ value|join("`, `") ~ '`' }}"
|
||
|
{% endfor -%}
|