RasPiGPIOController/README.md

26 lines
386 B
Markdown

# 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