A C++ class for fast GPIO on the Raspberry Pi.
GPIOCPP version 0.09, march 18, 2017 - COPYLEFT Pieter Suurmond.

The core consists of just 2 sourcefiles:

    gpioccpp.h      headerfile to include.
    gpioccpp.cpp    hidden implementation.

There are 2 example programs:

    blink.cpp       shows how to write GPIO pins.
    measure.cpp     shows how to read GPIO pins and
                    install pull-up/down resistors.

Download the latest version:

    gpiocpp-0.09.tar.gz