circuitpython/docs/drivers.rst

34 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2019-02-14 21:45:46 -05:00
Additional CircuitPython Libraries and Drivers on GitHub
=========================================================
These are libraries and drivers available in separate GitHub repos. They are
designed for use with CircuitPython and may or may not work with
`MicroPython <https://micropython.org>`_.
2019-02-15 19:12:58 -05:00
Adafruit CircuitPython Library Bundle
--------------------------------------
We provide a bundle of all our libraries to ease installation of drivers and
their dependencies. The bundle is primarily geared to the Adafruit Express line
of boards which feature a relatively large external flash. With Express boards,
2020-12-09 10:52:18 -05:00
it's easy to copy them all onto the filesystem. However, if you don't have
enough space simply copy things over as they are needed.
- The Adafruit bundles are available on GitHub: <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>.
2019-02-15 19:12:58 -05:00
- Documentation for the bundle, which includes links to documentation for all
libraries, is available here: <https://circuitpython.readthedocs.io/projects/bundle/en/latest/>.
2019-02-15 19:12:58 -05:00
CircuitPython Community Library Bundle
---------------------------------------
2019-02-14 21:45:46 -05:00
This bundle contains non-Adafruit sponsored libraries, that are written and submitted
by members of the community.
- The Community bundles are available on GitHub: <https://github.com/adafruit/CircuitPython_Community_Bundle/releases>.
2019-02-14 21:45:46 -05:00
- Documentation is not available on ReadTheDocs at this time. See each library for any
included documentation.