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.
|
3 years ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 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