You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
sndnvaps 4dbd1f8749 Merge commit 'bb6f084' 9 years ago
debian Introduce a proper Debian source package build system 9 years ago
debian-template/wiringPi/DEBIAN Updated wiringPi for the new Pi Zero. 9 years ago
devLib Merge commit 'bb6f084' 9 years ago
examples Updated wiringPi for the new Pi Zero. 9 years ago
gpio Merge commit 'bb6f084' 9 years ago
pins Build system: Enable V=1 to disable @'s 9 years ago
wiringPi Merge commit 'bb6f084' 9 years ago
.gitignore Build system: Move template-based debian build into debian-template 9 years ago
CMakeLists.txt [build] add cmake support 9 years ago
COPYING.LESSER Initial move to GIT 12 years ago
INSTALL wiringPi Version 2 - First commit (of v2) 11 years ago
People More typos, added mcp3004/mcp3008 11 years ago
README.TXT wiringPi Version 2 - First commit (of v2) 11 years ago
README.md Update README.md 9 years ago
VERSION Updated wiringPi for the new Pi Zero. 9 years ago
build build: Introduce a variable "$sudo" and honour WIRINGPI_SUDO 9 years ago
newVersion Updated the Debian build system thanks to Ian Jackson for the 9 years ago

README.md

wiringPi README

Please note that the official way to get wiringPi is via git from git.drogon.net and not GitHub.

ie.

git clone git://git.drogon.net/wiringPi

The version of wiringPi held on GitHub by “Gadgetoid” is used to build the wiringPython, Ruby, Perl, etc. wrappers for these other languages. This version may lag the official Drogon release. Pull requests may not be accepted to Github....

Please see

http://wiringpi.com/

for the official documentation, etc. and the best way to submit bug reports, etc. is by sending an email to projects@drogon.net

Thanks!

-Gordon

同步 git://git.drogon.net/wiringPi 最新源代码到项目当中。 此修改基于 原来的master 分支

git remote add upstream git://git.drogon.net/wiringPi

git fetch upstream master:upstream/master

git merge upstream/master

git push origin master:master