In light of this thread, I whipped up:
http://community.onion.io/topic/2292/node-gpio-control-fast-gpio-wrapper
M
Posts made by Michael Cook
-
RE: There are any NodeJS Library for manage GPIO?
-
Node GPIO control (fast-gpio wrapper)
I couldn't find a node package to control the Omega2 pins (not a fully working one anyway) so thought I'd build one.
Perhaps someone might find it useful:https://github.com/entozoon/omega2-gpio
It's essentially a fast-gpio wrapper, supporting digital I/O and PWM (no analague, at time of writing).
If anyone fancies contributing, fire over a pull request and I'm sure it'd be cool.