rsg98 / node-wiring-pi

Node.js bindings to wiringPi
7 stars 8 forks source link

Node.js bindings to wiringPi

node-wiring-pi is based on https://github.com/WiringPi/WiringPi-Node

It differs from the original project by:

This should mean that installation is simpler, and supports npm install -g (global mode).

Install

Make sure you have WiringPi installed. On Raspbian Jessie, this should be as easy as:

sudo apt-get install wiringpi

See the WiringPi link for more options and details.

To install this node module:

npm install node-wiring-pi

Usage

var wpi = require('node-wiring-pi');

TODO