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

https://github.com/ollieday/dash-button

Library for detecting Amazon Dash Button pushes
https://github.com/ollieday/dash-button

c iot library

Last synced: 10 months ago
JSON representation

Library for detecting Amazon Dash Button pushes

Awesome Lists containing this project

README

          

# dash-button
Library for detecting Amazon Dash Button pushes.

## Usage
See [main.c](main.c) for an example.

#### Compile
```gcc main.c dash.c -o dash -lpthread -std=c99 -Wall -Werror```

#### Run
```sudo ./dash```