WiringPi / WiringPi-Node

Node.js bindings to wiringPi
334 stars 94 forks source link

v2.1.0 #20

Closed nekuz0r closed 9 years ago

nekuz0r commented 9 years ago

Do not merge !

v2.1.0

nekuz0r commented 9 years ago

Please review and test ;)

nekuz0r commented 9 years ago

install: npm install git+https://git@github.com/nekuz0r/wiring-pi.git#incoming-node-v0.12.x

dirkels commented 9 years ago

When is milestone v2.1.0 due? spend quit some time finding out v2.0.0 need a lower node and newer wiringPi version to work on my Raspberry Pi 2. Saw that v2.1.0 should fix this.

nekuz0r commented 9 years ago

By the end of this week, finishing some testing.

dirkels commented 9 years ago

Thanks, it's great but got a bit turned off by the fact that wiring-pi uses a port of the actual wiringPI library and not link against the actual library...

nekuz0r commented 9 years ago

That's because some additions/improvements have been done to libWiringPi, and Drogon never answered to my mail. But all the upstream patches are merged in.

dirkels commented 9 years ago

And it does make it a complete package that does not need to rely on other packages been installed. With that information in mind I guess I will have to overcome my aversion against code duplication this time :)

schnubb commented 9 years ago

Hey, so... are there still any plans to release the 2.1.0 version? or are you still testing?

nekuz0r commented 9 years ago

Published on NPM

schnubb commented 9 years ago

wow, that was quick :+1: thx!