Skip to content

elar-systems/WiringRaPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.