A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sarfata/pi-blaster.js below:

sarfata/pi-blaster.js: NodeJS module to control pi-blaster

NodeJS library for the pi-blaster daemon.

Make sure you have node and npm installed on your Raspberry Pi.

Install the pi-blaster daemon (instructions).

Finally install pi-blaster.js:

npm install pi-blaster.js
var piblaster = require('pi-blaster.js');

piblaster.setPwm(17, 1 ); # 100% brightness
piblaster.setPwm(22, 0.2 ); # 20% brightness
piblaster.setPwm(23, 0 ); # off

The list of available pin numbers is located here:

Copyright 2013 - Thomas Sarlandie. Published under the MIT open source license (see full license in LICENSE.txt file).


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4