Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdwagner/pigpio.cr
Crystal bindings to pigpio
https://github.com/mdwagner/pigpio.cr
crystal crystal-lang pigpio
Last synced: about 1 month ago
JSON representation
Crystal bindings to pigpio
- Host: GitHub
- URL: https://github.com/mdwagner/pigpio.cr
- Owner: mdwagner
- License: mit
- Created: 2021-07-15T12:43:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T04:10:55.000Z (over 1 year ago)
- Last Synced: 2023-07-02T05:41:00.012Z (over 1 year ago)
- Topics: crystal, crystal-lang, pigpio
- Language: C
- Homepage:
- Size: 2.77 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pigpio
Crystal bindings to [pigpio](https://abyz.me.uk/rpi/pigpio/cif.html)
## Installation
1. Install **[pigpio](https://abyz.me.uk/rpi/pigpio/download.html)**
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
pigpio:
github: mdwagner/pigpio.cr
version: 0.1.0
```1. Run `shards install`
## Usage
```crystal
require "pigpio"
```## Contributors
- [mdwagner](https://github.com/mdwagner) - creator and maintainer