A simple general I/O controller
Go to file
Alex 5af2be7e5b
Initial commit
2020-08-13 09:06:17 +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 Initial commit 2020-08-13 09:06:17 +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