Adafruit CircuitPython API Reference ==================================== .. image:: https://travis-ci.org/adafruit/circuitpython.svg?branch=master :target: https://travis-ci.org/adafruit/circuitpython :alt: Build Status .. image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest :target: http://circuitpython.readthedocs.io/ :alt: Doc Status .. image:: https://badges.gitter.im/adafruit/circuitpython.svg :target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge :alt: Gitter .. image:: https://img.shields.io/discord/327254708534116352.svg :target: https://adafru.it/discord :alt: Discord Welcome to the API reference documentation for Adafruit CircuitPython. This contains low-level API reference docs which may link out to separate *"getting started"* guides. `Adafruit `_ has many excellent tutorials available through the `Adafruit Learning System `_. What is CircuitPython? ---------------------- **CircuitPython** is an *education friendly* open source derivative of `MicroPython `_. CircuitPython supports use on educational development boards designed and sold by `Adafruit `_. Adafruit CircuitPython features unified Python core APIs and a growing list of Adafruit libraries and drivers of that work with it. What boards use CircuitPython? ------------------------------ The Adafruit Express line of boards is specifically designed for use with CircuitPython. This line includes: `CircuitPlayground Express `_; `Feather M0 Express `_; and `Metro M0 Express `_ Other supported boards include: `Arduino Zero `_; `Adafruit Feather M0 Basic `_; `Adafruit Feather HUZZAH `_; and `Adafruit Feather M0 Bluefruit LE `_. .. _contents: Full Table of Contents ---------------------- .. toctree:: :maxdepth: 3 :caption: API and Usage shared-bindings/index.rst docs/supported_ports.rst docs/troubleshooting.rst docs/drivers.rst .. toctree:: :maxdepth: 1 :caption: Design and porting reference docs/design_guide docs/common_hal .. toctree:: :maxdepth: 2 :caption: MicroPython specific docs/library/index.rst .. toctree:: :maxdepth: 1 :caption: About the project README CONTRIBUTING CODE_OF_CONDUCT license.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`