Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 647 Bytes

README

This modified version of WiringPi is for Roseapple Pi SBC fixed by ELAR Systems. It is based on the original WiringPi for Raspberry Pi created by Drogon and WiringLMK by Lemaker team.

Download

git clone https://github.com/elar-systems/WiringRaPi.git 

Installation

cd WiringRaPi
chmod +x ./build
sudo ./build

Examples

To check the pins definitions of Roseapple Pi, visit: http://wiki.linux-xapple.org/w/index.php/GPIO

You can also use the examples and instructions provided by http://wiringpi.com/

You will find more demos under the ./examples directory.