natevw / pi-spi

Simple RasPi SPI library (node.js)
93 stars 14 forks source link

Incompatible with latest node.js? #8

Closed natevw closed 9 years ago

natevw commented 10 years ago

I think the 0.10.x branch recently bumped up to the 0.11.x internal API, probably need some preprocessor stuff to deal with the differences.

natevw commented 10 years ago

I was able to compile on node v0.10.26 today. @Manawyrm do you remember what node you first tried with, that didn't compile?

Manawyrm commented 10 years ago

Hmm. That should've been the current GIT version of node js from 16 days ago.

natevw commented 9 years ago

pi-spi should now work on a much greater version range of node due to https://github.com/natevw/pi-spi/pull/15 changes. (pi-spi@1.0.0)