Skip to content
forked from LeMaker/WiringBP

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

License

Notifications You must be signed in to change notification settings

cnc4less/WiringBP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.1%
  • C++ 3.0%
  • Makefile 3.0%
  • Roff 2.2%
  • Shell 1.7%
  • TeX 1.0%