Skip to content

Commit

Permalink
Added support for digital pins.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeremyroy committed Jan 17, 2017
1 parent 77d6343 commit c23bd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c23bd40

Please sign in to comment.