diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-07-27 10:36:08 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-07-27 10:36:08 -0500 |
| commit | c335f170d7d561d07ca7412da60c260e13c5e746 (patch) | |
| tree | 897b30eda21d3e7b6c6ddef347dbfc8739e5246b | |
| parent | 69bbdcab91e9aec0715be23633551d15e9a55c9e (diff) | |
update 'Core Modules' description
| -rw-r--r-- | shared-bindings/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst index 9eef42aeb..e4fccb458 100644 --- a/shared-bindings/index.rst +++ b/shared-bindings/index.rst @@ -1,11 +1,11 @@ Core Modules ======================================== -These core modules are intended on being consistent across ports. Currently -they are only implemented in the SAMD21 and ESP8266 ports. A module may not exist -in a port if no underlying hardware support is present or if flash space is -limited. For example, a microcontroller without analog features will not have -`analogio`. +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. Modules --------- |
