Providing Easy Access to GPIO and Analog for BBB. Arduino like interface.

Hi,

I got my BBB few days ago and decided to do something to help the BBB community. I found that accessing GPIO and Analog Interface is a real pain when using Linux and accessing them inside a C application, so I decided to write an arduino like interface for GPIO and Analog. I have plans to add serial and I2C later. There might be bugs so if you find any let me know.

Git Hub Link for the Project:
https://github.com/salmankhalid-giki/BeagleBoneBlack_EasyGPIO-ANALOG/tree/master

BeagleBoneBlack_EasyGPIO&ANALOG.zip (36.5 KB)

There is also userspace-audrino[1] and libsoc[2] which you should take a look at.

[1] http://elinux.org/Userspace_Arduino
[2] https://github.com/jackmitch/libsoc

Cheers,