From c23bd40f55323028dc7d6dfcd5ff5e0c5e98b1be Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 16 Jan 2017 21:56:24 -0500 Subject: [PATCH] Added support for digital pins. Currently class implementation is in gpioc2.h Only the "pin output" functionality has been tested - input has not (but is implemented). Note: any program including the gpioc2.h header must be run as a superuser - read and writes to the GPIO pins have restricted access. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ef3bc..b91c20d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Odroid-C2-GPIO -Light-weight C++ class that allows access to GPIO pins on odroid. +C++ class that allows access to GPIO pins on odroid.