Author: Hussam Al-Hertani
Description: The GPIOClass C++ class enables the Raspberry Pi its onboard GPIOs via the sysfs interface.
============================================================================================================
To build example natively on the Raspberry Pi:
g++ -fpermissive -Wall GPIOClass.cpp GPIOtest.cpp -o outBin
Make sure that the GPIOClass.h header file is in the work (RaspberryPi-GPIOClass-v2) directory.