jperkin / node-rpio

Raspberry Pi GPIO library for node.js
856 stars 123 forks source link

question about functionality #159

Closed gumernus closed 2 years ago

gumernus commented 2 years ago

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

jperkin commented 2 years ago

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