No description
Find a file
caternuson 66cf5b5e53 more
2019-11-06 18:08:13 -08:00
adafruit_gizmo more 2019-11-06 18:08:13 -08:00
docs more 2019-11-06 18:08:13 -08:00
examples it begins with cookie 2019-11-06 17:28:51 -08:00
.gitignore it begins with cookie 2019-11-06 17:28:51 -08:00
.pylintrc it begins with cookie 2019-11-06 17:28:51 -08:00
.readthedocs.yml it begins with cookie 2019-11-06 17:28:51 -08:00
.travis.yml it begins with cookie 2019-11-06 17:28:51 -08:00
CODE_OF_CONDUCT.md it begins with cookie 2019-11-06 17:28:51 -08:00
LICENSE it begins with cookie 2019-11-06 17:28:51 -08:00
README.rst lint and sphinx 2019-11-06 18:00:37 -08:00
requirements.txt just remove it 2019-11-06 17:53:13 -08:00
setup.py it begins with cookie 2019-11-06 17:28:51 -08:00

Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-gizmo/badge/?version=latest
    :target: https://circuitpython.readthedocs.io/projects/gizmo/en/latest/
    :alt: Documentation Status

.. image:: https://img.shields.io/discord/327254708534116352.svg
    :target: https://discord.gg/nBQh6qu
    :alt: Discord

.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Gizmo.svg?branch=master
    :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Gizmo
    :alt: Build Status

CircuitPython classes for Adafruit Gizmos


Dependencies
=============
This driver depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_

Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_.

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_Gizmo/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
=============

For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.