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
- Host: GitHub
- URL: https://github.com/ollieday/dash-button
- Owner: OllieDay
- License: bsd-3-clause
- Created: 2016-11-27T19:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T17:09:32.000Z (about 9 years ago)
- Last Synced: 2025-04-08T20:33:29.343Z (about 1 year ago)
- Topics: c, iot, library
- Language: C
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```