Skip to content

Commit

Permalink
Edit the readme file.
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Zhang <[email protected]>
  • Loading branch information
Tony-HIT committed Feb 2, 2015
1 parent 42f82bf commit edefb1b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.TXT

This file was deleted.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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](http://wiringpi.com/).
The modification is done by [LeMaker](http://lemaker.org). 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 Pro
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

0 comments on commit edefb1b

Please sign in to comment.