A node.js library for the pi-blaster daemon, and the ServoBlaster daemon - Allows PWM control of the raspberry Pi pins
npm install pi-servo-blaster.jspi-servo-blaster.js
===================


NodeJS library for the [pi-blaster daemon][pi-blaster], and the [servo blaster daemon][servo-blaster].
node and npm installed on your Raspberry Pi.Install the pi-blaster daemon ([instructions][pi-blaster]).
And install the ServoBlaster daemon ([instructions][servo-blaster]).
Finally install pi-servo-blaster.js:
https://www.npmjs.com/package/pi-servo-blaster.js
npm install pi-servo-blaster.js
var piServoblaster = require('pi-servo-blaster.js');
// Set first pin at 40% using pi blaster
piblaster.setPwm(0, 0.4);
Copyright 2014 - Damian Acevedo. Published under the Apache open source license (see full license in LICENSE.txt file).
Original version forked from code written by Thomas Sarlandie.
https://github.com/sarfata/pi-blaster.js/
[pi-blaster]: https://github.com/sarfata/pi-blaster
[servo-blaster]: https://github.com/richardghirst/PiBits/tree/master/ServoBlaster