piface / libpifacedigital

A simple C library for controlling PiFace Digital.
GNU General Public License v3.0
16 stars 10 forks source link

Need help on implementing a nodejs wrapper... #15

Closed spacepope closed 7 years ago

spacepope commented 7 years ago

Hi,

i was looking for a possibility to use piface in node js and stumbled upon a few old projects, from which i took the last updated https://github.com/ced-dev/piface, which builds a node wrapper on the piface c library written by Thomas MacPherson, which works quite well.

But i want to use this up to date library, especially the possibility to catch interrupts on the digital inputs. So i want to build an equal kind of wrapper for the official libpifacedigital. I forked the project and made some changes. But i could not get it to work. I already posted an issue at the project site, but i'm not sure, if someone here could maybe better know whats going wrong. So please have a look at the issue https://github.com/ced-dev/piface/issues/1 and give me a hint if possible.. That would be great :)

Thanks and regards, Hannes

spacepope commented 7 years ago

Solved it by myself.. If interested, look at https://github.com/ced-dev/piface/issues/1