A simple general I/O controller
Go to file
Alex d1e9dcfd23
Add version fallback
2020-08-13 09:08:45 +02:00
src Initial commit 2020-08-13 09:06:17 +02:00
.gitignore Initial commit 2020-08-13 09:06:17 +02:00
CMakeLists.txt Add version fallback 2020-08-13 09:08:45 +02:00
LICENSE Initial commit 2020-08-13 09:06:17 +02:00
README.md Initial commit 2020-08-13 09:06:17 +02:00

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