spoddify-mopped-gpio
v0.0.3
Published
A plugin to control Spoddify Mopped using GPIO.
Downloads
8
Maintainers
Readme
Spoddify Mopped GPIO
Spoddify Mopped GPIO is a plugin to control Spoddify Mopped using GPIO.
- Volume rotary encoder
- Play / Pause
- Previous / Next
Install
The installation requires that Spoddify Mopped is already installed.
You can install this plugin with:
npm install -g spoddify-mopped-gpio
Config
This plugin is configured in the config.json
of Spoddify Mopped.
Example:
"plugins": {
"spoddify-mopped-gpio": {
"playPausePin": 15
}
}
Structure:
| Key | Description |
| --------------------------- | --------------------------------- |
| playPausePin
(optional) | GPIO pin of the play pause button |
| nextPin
(optional) | GPIO pin of the next button |
| previousPin
(optional) | GPIO pin of the previous button |
Contributing
Contributing and pull requests are very welcome.
More information about contributing to this project can be found here