Re: Raspberry Pi
- Posted by ryanj Mar 30, 2017
- 1950 views
bit late to the party as my posting privs were revoked as i've only been lurking for a few months. anyway a couple of years ago I started work on wrapping wiringpi for euphoria. it isn't complete and is very simple but at the time it worked.
https://github.com/ukscone/wiringPi-for-euphoria
however i've moved on from wiringPi for gpio use on the raspberry pi and now use pigpiod http://abyz.co.uk/rpi/pigpio/pigpiod.html as it can be used remotely as well as locally and can be used if you can write a file or to a socket in fact i use it with bash, GnuCOBOL, pretty much everything
Sounds interesting. I decided to create a RaspberryPi wiki page. Feel free to add content. I will try to work on content, too. I'm glad other people are working on wrappers for GPIO.