JamesBarwell / rpi-gpio.js

Control Raspberry Pi GPIO pins with node.js
MIT License
657 stars 116 forks source link

This library supported raspberry pi 4? #98

Closed psyrenpark closed 4 years ago

psyrenpark commented 4 years ago

This library supported raspberry 4?

I want use gpio library.

JamesBarwell commented 4 years ago

I expect it will work fine on the Pi 4, but I've not got one myself yet so haven't been able to confirm. If you have a chance to give it a test, please let us know. Cheers.

Roaders commented 4 years ago

I've tested on a raspberry pi 4 and it works fine.

hartleyrobertson commented 4 years ago

I can also confirm that it works on pi 4. Not sure if this is useful to anyone but no other version of NodeJs worked except for 10.20.1. Kept getting an install error relating to epoll.

JamesBarwell commented 4 years ago

Thanks for testing. I'll add it to the compatibility list. Not sure about the node version issue but we could get that raised as a separate issue.