Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)
Go to file
Steve Baker dd9787782e Increment version to 2.60
Now that the upstream maintainer has abandoned this project without
establishing another maintainer, its difficult to choose an appropriate
version number. Going with 2.60 for now, as this only has incremental
changes to support 4B.

(cherry picked from commit 9aed9a4415)
2020-03-04 13:36:49 +01:00
debian Introduce a proper Debian source package build system 2015-09-12 20:38:21 +01:00
debian-template/wiringPi/DEBIAN Updating for various stuff and bugs. CM3+ and PiA3+ 2019-03-13 13:43:15 +00:00
devLib Updating for various stuff and bugs. CM3+ and PiA3+ 2019-03-13 13:43:15 +00:00
examples Updating for various stuff and bugs. CM3+ and PiA3+ 2019-03-13 13:43:15 +00:00
gpio Add support for Raspberry Pi 4B 2020-03-04 13:36:10 +01:00
pins Build system: Enable V=1 to disable @'s 2015-09-10 00:15:28 +00:00
wiringPi Fix GPIO pull up/down for Pi4B 2020-03-04 13:36:42 +01:00
wiringPiD Updating for various stuff and bugs. CM3+ and PiA3+ 2019-03-13 13:43:15 +00:00
.gitignore [Project] added ignores 2020-03-04 13:35:22 +01:00
COPYING.LESSER Initial move to GIT 2012-08-16 15:04:43 +01:00
INSTALL update for the v3+ 2018-03-14 07:17:04 +00:00
People More typos, added mcp3004/mcp3008 2013-05-21 22:38:16 +01:00
README.TXT wiringPi Version 2 - First commit (of v2) 2013-05-13 19:43:26 +01:00
VERSION Increment version to 2.60 2020-03-04 13:36:49 +01:00
build update for the v3+ 2018-03-14 07:17:04 +00:00
newVersion Pushing to 2.39 as I have have not done the last one rightly... 2017-01-24 12:13:39 +00:00
update A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
version.h Increment version to 2.60 2020-03-04 13:36:49 +01:00

README.TXT

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