Index of /cpp/gpiocpp

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]measure.cpp2020-01-02 22:28 2.1K 
[TXT]gpiocpp.h2020-01-02 22:28 4.0K 
[TXT]gpiocpp.cpp2020-01-02 22:28 2.6K 
[TXT]blink.cpp2020-01-02 22:28 2.8K 
[TXT]README.html2020-01-02 22:28 540  
[   ]Makefile2020-01-02 22:28 1.0K 

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