Wanhive Pug is a secure and high-performance physical computing library coded in C++.
This program is a part of the Wanhive IoT Platform.
Access and fully control GPIO pins on single board computers (SBCs) directly from the user space.
- Digital I/O pins
- I2C
- SPI
- Terminal and UART
- I2C userland development library
- Wanhive Hub development library
Download the source archive.
tar -xvzf <archive-name>
./configure
make
make install