Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 751 Bytes

RaspberryPi-GPIOClass-v2

Author: Hussam Al-Hertani

Description: The GPIOClass C++ class enables the Raspberry Pi its onboard GPIOs via the sysfs interface.

============================================================================================================

For more information please visit: http://hertaville.com/2012/11/18/introduction-to-accessing-the-raspberry-pis-gpio-in-c/

============================================================================================================

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.