Skip to content

Commit 00a507c

Browse files
committed
Update more docs to say CircuitPython and clarify driver support.
1 parent ce94b3f commit 00a507c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/drivers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Adafruit MicroPython drivers
1+
Adafruit CircuitPython drivers
22
========================================
33

4-
These are drivers available in separate GitHub repos.
4+
These are drivers available in separate GitHub repos. They are designed for use
5+
with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
56

67
.. toctree::
78

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MicroPython libraries
22
=====================
33

44
This chapter describes modules (function and class libraries) which are built
5-
into MicroPython. There are a few categories of modules:
5+
into MicroPython and CircuitPython. There are a few categories of modules:
66

77
* Modules which implement a subset of standard Python functionality and are not
88
intended to be extended by the user.

0 commit comments

Comments
 (0)