diff --git a/README.TXT b/README.TXT deleted file mode 100755 index 4a84e8f..0000000 --- a/README.TXT +++ /dev/null @@ -1,14 +0,0 @@ - -wiringPi 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). You can donwload the WiringBP from: -https://github.com/LeMaker/WiringBP.git - -(git clone https://github.com/LeMaker/WiringBP.git) - -Any examples and usages you can also refere to the materials on http://wiringpi.com/ . - -Thanks! - -LeMaker diff --git a/README.md b/README.md new file mode 100755 index 0000000..7145bf6 --- /dev/null +++ b/README.md @@ -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 +