2016-12-20 14:20:08 -05:00
|
|
|
Adafruit CircuitPython API Reference
|
2016-10-18 20:42:47 -04:00
|
|
|
========================================
|
|
|
|
|
2017-01-06 13:59:20 -05:00
|
|
|
.. 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
|
|
|
|
|
2016-12-20 14:20:08 -05:00
|
|
|
Welcome! This is the documentation for Adafruit CircuitPython. It is an open
|
2016-10-19 19:49:35 -04:00
|
|
|
source derivative of `MicroPython <https://micropython.org>`_ for use on
|
|
|
|
educational development boards designed and sold by `Adafruit
|
|
|
|
<https://adafruit.com>`_ including the `Arduino Zero
|
|
|
|
<https://www.arduino.cc/en/Main/ArduinoBoardZero>`_, `Adafruit Feather M0 Basic
|
|
|
|
<https://www.adafruit.com/product/2772>`_, `Adafruit Feather HUZZAH
|
|
|
|
<https://www.adafruit.com/products/2821>`_ and `Adafruit Feather M0 Bluefruit LE
|
|
|
|
<https://www.adafruit.com/products/2995>`_.
|
2016-10-18 20:42:47 -04:00
|
|
|
|
2016-12-20 14:20:08 -05:00
|
|
|
Adafruit CircuitPython features unified Python hardware APIs available under
|
|
|
|
`!shared-bindings` and a growing list of drivers that work with it.
|
2016-10-18 20:42:47 -04:00
|
|
|
|
2016-10-19 19:49:35 -04:00
|
|
|
`Adafruit <https://adafruit.com>`_ has many excellent tutorials available
|
|
|
|
through the `Adafruit Learning System <https://learn.adafruit.com/>`_. These
|
|
|
|
docs are low-level API docs and may link out to separate getting started guides.
|
2016-10-18 20:42:47 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
shared-bindings/index.rst
|
2016-11-03 18:50:59 -04:00
|
|
|
docs/common_hal
|
2017-02-02 18:15:27 -05:00
|
|
|
docs/design_guide
|
2016-10-18 20:42:47 -04:00
|
|
|
docs/drivers.rst
|
|
|
|
docs/supported_ports.rst
|
|
|
|
docs/library/index.rst
|
2016-10-19 13:22:31 -04:00
|
|
|
README
|
|
|
|
CONTRIBUTING
|
|
|
|
CODE_OF_CONDUCT
|
2016-10-18 20:42:47 -04:00
|
|
|
license.rst
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|