diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-24 11:44:23 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-24 11:44:23 -0700 |
| commit | 1280e9122be4e0986b5cd4914a8158f2a0b69c9c (patch) | |
| tree | 0d24a170960aaa56d00c96b51db7dd576e550f76 /shared-bindings | |
| parent | 3cad7b7b0329c130a4991d53dd1354bd632d02c4 (diff) | |
Doc tweaks to clarify external libraries, new boards and add HID library.
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst index ebea3c16a..2448a7820 100644 --- a/shared-bindings/index.rst +++ b/shared-bindings/index.rst @@ -1,9 +1,10 @@ -Shared Libraries +Core Modules ======================================== -These core libraries are intended on being consistent across ports. Currently -they are only implemented in the SAMD21 port but the ESP8266 support will soon -follow. +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. For example, a +microcontroller without analog features will not have `analogio`. .. toctree:: :glob: |
