pigpio

Crystal bindings to pigpio

Installation

  1. Install pigpio

  2. Add the dependency to your shard.yml:

    dependencies:
      xls:
        github: mdwagner/pigpio.cr
        version: 0.1.0
  3. Run shards install

Usage

require "pigpio"

Contributors