darrylhodgins / piface-node

Node.js addon for Raspberry Pi & Piface
MIT License
24 stars 11 forks source link

Does piface-node work on Pi 3 model B ? #16

Open jsaunder opened 8 years ago

jsaunder commented 8 years ago

I'm trying to get this to work on a Pi 3 model B, but getting compile errors. I tried the manual clone, make, and copy of libpifacedigital.git and libmcp23s17.git, but still getting errors.

I'm using node 4.5

Thanks!

darrylhodgins commented 8 years ago

Unfortunately, I don't know, as I don't have a Piface that'll work with a Pi 3. I should get one! But I started on a full JS rewrite of the I2C stuff, which would in theory be a bit more reliable than the hobbled-together thing it is now.

jsaunder commented 8 years ago

Do you know what version(s) of Node it does work for? I'm not able even to get npm to install it with node 4.5, much less get to the point where it's working.
Thanks again