File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Adafruit MicroPython drivers
1
+ Adafruit CircuitPython drivers
2
2
========================================
3
3
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 >`_.
5
6
6
7
.. toctree ::
7
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MicroPython libraries
2
2
=====================
3
3
4
4
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:
6
6
7
7
* Modules which implement a subset of standard Python functionality and are not
8
8
intended to be extended by the user.
You can’t perform that action at this time.
0 commit comments