Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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