55 lines
1.6 KiB
ReStructuredText
55 lines
1.6 KiB
ReStructuredText
|
****************************
|
||
|
Mopidy-Raspberry-GPIO
|
||
|
****************************
|
||
|
|
||
|
.. image:: https://img.shields.io/pypi/v/Mopidy-Raspberry-GPIO.svg?style=flat
|
||
|
:target: https://pypi.org/project/Mopidy-Raspberry-GPIO/
|
||
|
:alt: Latest PyPI version
|
||
|
|
||
|
.. image:: https://img.shields.io/travis/pimoroni/mopidy-raspberry-gpio/master.svg?style=flat
|
||
|
:target: https://travis-ci.org/pimoroni/mopidy-raspberry-gpio
|
||
|
:alt: Travis CI build status
|
||
|
|
||
|
.. image:: https://img.shields.io/coveralls/pimoroni/mopidy-raspberry-gpio/master.svg?style=flat
|
||
|
:target: https://coveralls.io/r/pimoroni/mopidy-raspberry-gpio
|
||
|
:alt: Test coverage
|
||
|
|
||
|
Mopidy extension for GPIO input on a Raspberry Pi
|
||
|
|
||
|
|
||
|
Installation
|
||
|
============
|
||
|
|
||
|
Install by running::
|
||
|
|
||
|
pip install Mopidy-Raspberry-GPIO
|
||
|
|
||
|
Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
|
||
|
<https://apt.mopidy.com/>`_.
|
||
|
|
||
|
|
||
|
Configuration
|
||
|
=============
|
||
|
|
||
|
Before starting Mopidy, you must add configuration for
|
||
|
Mopidy-Raspberry-GPIO to your Mopidy configuration file::
|
||
|
|
||
|
[raspberry-gpio]
|
||
|
# TODO: Add example of extension config
|
||
|
|
||
|
|
||
|
Project resources
|
||
|
=================
|
||
|
|
||
|
- `Source code <https://github.com/pimoroni/mopidy-raspberry-gpio>`_
|
||
|
- `Issue tracker <https://github.com/pimoroni/mopidy-raspberry-gpio/issues>`_
|
||
|
- `Changelog <https://github.com/pimoroni/mopidy-raspberry-gpio/blob/master/CHANGELOG.rst>`_
|
||
|
|
||
|
|
||
|
Credits
|
||
|
=======
|
||
|
|
||
|
- Original author: `Phil Howard <https://github.com/pimoroni>`__
|
||
|
- Current maintainer: `Phil Howard <https://github.com/pimoroni>`__
|
||
|
- `Contributors <https://github.com/pimoroni/mopidy-raspberry-gpio/graphs/contributors>`_
|