forked from zhaolei/WiringOP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tony Zhang <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|