README.md in ffi-wiring_pi-0.2.0 vs README.md in ffi-wiring_pi-0.3.0
- old
+ new
@@ -10,10 +10,11 @@
Ruby FFI bindings for the [wiringPi](http://wiringpi.com) library.
## Features
* Can setup and work with GPIO
+* In progress: bindings to rpi_ws281x library to work with NeoPixel (ws2811 & ws2812) LED strips
## Examples
Setup GPIO:
@@ -43,9 +44,10 @@
## Requirements
* [Ruby](http://ruby-lang.org/) >= 2.6.1 or
* [wiringPi](http://wiringpi.com/download-and-install/) >= 2.46
* [ffi](http://github.com/ffi/ffi) ~> 1.0
+* [rpi_ws281x](https://github.com/jgarff/rpi_ws281x)
## Install
$ gem install ffi-wiring_pi