Update more docs to say CircuitPython and clarify driver support.

This commit is contained in:
Scott Shawcroft 2017-01-05 16:32:33 -08:00
parent ce94b3f0b4
commit 00a507c875
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
Adafruit MicroPython drivers
Adafruit CircuitPython drivers
========================================
These are drivers available in separate GitHub repos.
These are drivers available in separate GitHub repos. They are designed for use
with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
.. toctree::

View File

@ -2,7 +2,7 @@ MicroPython libraries
=====================
This chapter describes modules (function and class libraries) which are built
into MicroPython. There are a few categories of modules:
into MicroPython and CircuitPython. There are a few categories of modules:
* Modules which implement a subset of standard Python functionality and are not
intended to be extended by the user.