Just uploaded a new version of wiringPi with a few bug fixes. the main one being in digitalWrite when the range check for the pin number was fine when it was wiringPi pins, but not fine for the newly introduced GPIO pin numbers.
I’ve also added in some additions – a shiftIn/Out module and a serial port access module. These are just handy additions, but I use them myself in other projects, so it’s a handy place to keep them.
As usual, fedback welcome!
-Gordon
Awesome work. I’ll merge these fixes into wiringPiGem and wiringPython as soon as possible.
If there are any Python users out there, I’d appreciate some testing: https://github.com/Gadgetoid/WiringPython
And the same goes for Rubyists:
https://github.com/Gadgetoid/WiringPiGem
( or gem install wiringpi )
I haven’t built any custom wrapping functions for WiringPython, so if it explodes it’s likely you forgot to call wiringpi.wiringPiSetup.
sounds really good – thanks!
-Gordon