No description
Find a file
sommersoft 87ab5a2ca8 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:29:55 -05:00
.github/workflows build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh' 2020-03-05 10:09:59 -06:00
adafruit_gizmo Added rotation support and simplified 2019-12-04 11:57:24 -08:00
docs Fixing autodoc issue 2019-12-04 12:31:50 -08:00
examples fix import order for pylint 2020-02-05 18:02:59 -06:00
.gitignore Moved repository from Travis to GitHub Actions 2020-01-04 15:19:01 -05:00
.pylintrc update pylintrc for black 2020-03-08 19:10:44 -05:00
.readthedocs.yml it begins with cookie 2019-11-06 17:28:51 -08:00
CODE_OF_CONDUCT.md update code of coduct: discord moderation contact section 2020-03-15 18:29:55 -05:00
LICENSE it begins with cookie 2019-11-06 17:28:51 -08:00
README.rst Moved repository from Travis to GitHub Actions 2020-01-04 15:19:01 -05: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://github.com/adafruit/Adafruit_CircuitPython_Gizmo/workflows/Build%20CI/badge.svg
    :target: https://github.com/adafruit/Adafruit_CircuitPython_Gizmo/actions
    :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>`_.