adamtorok96 / WiringBP

This is a GPIO access library for Banana Pro/Pi. It is based on the original WiringPi for Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiringBP README

This is a modified WiringPi for Banana Pro/Pi. We call it WiringBP. It is based on the original WiringPi for Raspberry Pi created by Drogon. The modification is done by LeMaker. The WiringBP API usage are the same to the original wiringPi. You can donwload the WiringBP from: https://github.com/LeMaker/WiringBP.git.

Download

For Banana Pro

git clone https://github.com/LeMaker/WiringBP.git -b bananapro

For Banana Pi

git clone https://github.com/LeMaker/WiringBP.git -b bananapi

Installation

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

Examples

You can go to LeMaker wiki to see the basic examples: http://wiki.lemaker.org/WiringPi

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

And the source directory examples also has many demo.

Thanks!

LeMaker Team

About

This is a GPIO access library for Banana Pro/Pi. It is based on the original WiringPi for Raspberry Pi.

License:GNU Lesser General Public License v3.0


Languages

Language:C 91.8%Language:Makefile 3.0%Language:Roff 2.2%Language:Shell 1.7%Language:TeX 1.0%Language:C++ 0.3%