Hi I am using a NodeJS server to control some lights and sensors through the GPIO pins
I normally use the NVIDIA jetson-gpio python library Jetson.GPIO · PyPI
But is there a javascript library equivalent?
There are some on npm but they do not seem to be right
gpio-jetsontx1tx2 - gpio-jetsontx1tx2 - npm
onoff gpio - onoff - npm
How do I enable to GPIO pins for use with node?
Thank you