Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 468 Bytes

pigpio

Crystal bindings to pigpio

Installation

  1. Install pigpio

  2. Add the dependency to your shard.yml:

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

Usage

require "pigpio"

Contributors