/ForkedWiringPi

Original: http://wiringpi.com/

GNU Affero General Public License v3.0AGPL-3.0

ForkedWiringPi

Original: http://wiringpi.com/, in the upstream_repository branch.

How to sync with original WiringPi and update

$ cd /path/to/ForkedWiringPi
$ git remote add upstream git://git.drogon.net/wiringPi
$ git checkout -b upstream_repository origin/upstream_repository
$ git fetch upstream
$ git merge upstream/master
$ git push origin upstream_repository