A simple general I/O controller
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex d1e9dcfd23
Add version fallback
3 years ago
src Initial commit 3 years ago
.gitignore Initial commit 3 years ago
CMakeLists.txt Add version fallback 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

Raspberry PI General Purpose Input/Output Controller

This is a simple GPIO pin controller for UNIX-like kernels/systems.

Requirements

  • CMake
  • ANSI C compiler
  • UNIX standard library

Building

First, generate the build files with CMake:

cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release

Second, install the binary:

cd build/
sudo make install

License

WTFPL