An open API service indexing awesome lists of open source software.

https://github.com/fooker/pinup

Triggers scripts on GPIO events
https://github.com/fooker/pinup

Last synced: 2 months ago
JSON representation

Triggers scripts on GPIO events

Awesome Lists containing this project

README

        

# Pinup - Triggers scripts on GPIO events
Pinup is made to execute scripts if someone pushes a button.
The daemon listens for events on GPIO pins and connected to a push button.
It uses the configuration to define which button and therefore which script is attached to which GPIO pin.
Additionally it provides settings to configure different kinds of button characteristics.

## Install
To install the latest released version of pinup, ensure that the latest stable version of Rust has been installed and run:

```
cargo build -t release
```

## Configuration
The configuration is defined in a YAML file.
See `contrib/config.example.yaml` for an example.