UNPKG

wiring-op

Version:

Bindings to wiringPi (Orange PI 2 edition)

37 lines (23 loc) 1.32 kB
Node.js bindings to [wiringPi](http://www.wiringpi.com) Based on the awesome work of [Soarez](https://github.com/Soarez/node-wiring-pi) ## Install ``` npm install wiring-op ``` ## Usage ```javascript var wpi = require('wiring-op'); ``` ## Documentation See the [DOCUMENTATION.md](https://github.com/eugeneware/wiring-pi/blob/master/DOCUMENTATION.md) file for more detailed documentation. ## Contributing wiring-pi is an [**OPEN Open Source Project**](http://openopensource.org/). This means that: > Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project. See the [CONTRIBUTING.md](https://github.com/eugeneware/wiring-pi/blob/master/CONTRIBUTING.md) file for more details. ### Contributors wiring-pi is only possible due to the excellent work of the following contributors: Contributor | GitHub profile | Twitter profile | --- | --- | --- Igor Soarez (Creator) | [Soarez](https://github.com/Soarez) | [@igorsoarez](https://twitter.com/igorsoarez) Leandre Gohy | [nekuz0r](https://github.com/nekuz0r) | [@LeandreGohy](http://twitter.com/LeandreGohy) Eugene Ware | [eugeneware](https://github.com/eugeneware) | [@eugeneware](http://twitter.com/eugeneware)