0.0.3 • Published 2 years ago

spoddify-mopped-gpio v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm Version

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:

KeyDescription
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