jperkin / node-rpio

Raspberry Pi GPIO library for node.js
860 stars 126 forks source link

SPI not available in gpiomem mode #23

Closed capo349 closed 8 years ago

capo349 commented 8 years ago

hello i have a problem aobut this misttake when i do ruun the aplication

jperkin commented 8 years ago

Correct, SPI is not supported via gpiomem, so you need to set this value to false in order to use SPI via the /dev/mem interface. See the examples for how to do this.