piface-node
piface-node copied to clipboard
updated to work with libpifacedigital
addressing #11
Hey, I just tried this and it works. Thanks. It's running on a Raspberry Pi 2 with node v0.12.5.
To get it to compile I had to preform a couple of steps first. Perhaps this is because I missed something before trying to install (good to know if you had any thoughts on why I had to do this)
- I cloned libpifacedigital, ran
makeandmake install - I cloned libmcp23s17, ran make, then copied
mcp23s17.hto/usr/local/include/libmcp23s17/and copiedlibmcp23s17.atousr/local/lib/ - In my node project I ran:
npm install git://github.com/h0ru5/piface-node#566ae2810ebe9db0e68795616e85608697851092 --save-optional
And it worked. Before steps 1 & 2 it wouldn't compile.
@rc1, right. i pushed a patch to add a make install to libpifacedigital, but we'll also need one for libmcp23s17
+1 for this pull request