Project now lives here: WiringPi/WiringPi-Node.
Node.js bindings to WiringPi
var wpi = require('wiring-pi');
Valid Modes:
wpi
: sets up pin numbering with wiringPiSetup
gpio
: sets up pin numbers with wiringPiSetupGpio
sys
: sets up pin numbers with wiringPiSetupSys
See WiringPi Pins for the differences in Pin numbering;
wpi.pinMode(0, wpi.modes.OUTPUT);
pin
: pin numbermode
: wpi.modes.INPUT
, wpi.modes.OUTPUT
, or wpi.modes.PWM_OUTPUT
wpi.digitalWrite(pin, value)
wpi.digitalWrite(0, wpi.HIGH);
wpi.digitalWrite(0, wpi.LOW);
pin
: pin numbervalue
: 0 (wpi.LOW
) or 1 (wpi.HIGH
)wpi.digitalRead(0); //=> 1
pin
: pin numberThese have the same arguments as their WiringPi counterparts
piBoardRev
pwmSetRange
pwmSetClock
pwmWrite
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