Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)
Go to file
Gordon Henderson b1dfc186ef A new version of wiringPi. Added in more stuff and fixed it up
for kernels 4.8 onwards.

Some very old stuff might break.

Additional fixes for the ISR code and some tweaks here and
there. I've removed the checks for some operations that might
fail when using the gpiomem interface - which is now the default
way of doing things - if your program segfaults, then you
may need to use sudo on it.
2016-12-12 14:19:55 +00:00
debian Introduce a proper Debian source package build system 2015-09-12 20:38:21 +01:00
debian-template/wiringPi/DEBIAN A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
devLib A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
examples A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
gpio A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
pins Build system: Enable V=1 to disable @'s 2015-09-10 00:15:28 +00:00
wiringPi A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
.gitignore Build system: Move template-based debian build into debian-template 2015-09-12 20:38:19 +01:00
COPYING.LESSER Initial move to GIT 2012-08-16 15:04:43 +01:00
INSTALL wiringPi Version 2 - First commit (of v2) 2013-05-13 19:43:26 +01: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 A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
build A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
newVersion A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00:00
update A new version of wiringPi. Added in more stuff and fixed it up 2016-12-12 14:19:55 +00: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