C Library to interface with ABElectronics IO Pi Plus...
This library makes a simple and easy interface to ABElectronics IO Pi Plus.
In order to compile and test, please do this:
- download the repo
- make (if you want to install on your system, after make, just type make install)
- gcc IOPItest.c -o IOPItest -L. -lABEIOPI
- LD_LIBRARY_PATH=/home/pi/ABElectronics/IOPI/ (or any other folder)
- export LD_LIBRARY_PATH
- ./IOPItest