jperkin / node-rpio

Raspberry Pi GPIO library for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about functionality

gumernus opened this issue · comments

is there a way to set how many volts to pass through the pin?

You can't adjust the voltage, but you can read/write the current using .readpad() and .writepad().