Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 516 Bytes

File metadata and controls

19 lines (8 loc) · 516 Bytes

RaspberryPi-GPIOClass-v2

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.