2 Commits

Author SHA1 Message Date
Phil Howard 0bfff4e208 Update support contacts for INSTALL and gpio.1 2020-11-26 20:11:56 +00:00
Phil Howard 726d5c411c Remove projects@drogon.net contact from build 2020-11-26 16:09:34 +00:00
4 changed files with 15 additions and 25 deletions
+6 -2
View File
@@ -23,7 +23,11 @@ To un-install wiringPi:
./build uninstall
Gordon Henderson
For help and support see:
projects@drogon.net
* https://github.com/WiringPi/WiringPi/issues
* https://discord.gg/SM4WUVG
wiringPi originally created by Gordon Henderson
https://projects.drogon.net/
+6 -20
View File
@@ -1,33 +1,19 @@
WiringPi (Unofficial Mirror/Fork)
=================================
Unofficial WiringPi Mirror
==========================
This is an unofficial mirror/fork of wiringPi to support ports (Python/Ruby/etc). With the
This is an unofficial mirror of WiringPi to support ports (Python/Ruby/etc). With the
[end of official development](http://wiringpi.com/wiringpi-deprecated/), this repository
has become a mirror of the last "official" source release, plus a fork facilitating updates
to support newer hardware (primarily for use by the ports) and fix bugs.
has become a mirror of the last "official" source release as well as a source for small
updates to support newer hardware (primarily for use by the ports).
* The final "official" source release can be found at the
[`final_source_2.50`](https://github.com/WiringPi/WiringPi/tree/final_official_2.50) tag.
* The default `master` branch contains code that has been written since that final source
release to provide support for newer hardware.
Ports
-----
wiringPi has been wrapped for multiple languages:
* Node - https://github.com/WiringPi/WiringPi-Node
* Perl - https://github.com/WiringPi/WiringPi-Perl
* PHP - https://github.com/WiringPi/WiringPi-PHP
* Python - https://github.com/WiringPi/WiringPi-Python
* Ruby - https://github.com/WiringPi/WiringPi-Ruby
Support
-------
Please do not email Gordon if you have issues, he will not be able to help.
Pull-requests may be accepted to add or fix support for newer hardware, but new features or
other changes may not be accepted.
other changes will not be accepted.
For support, comments, questions, etc please join the WiringPi Discord channel: https://discord.gg/SM4WUVG
+2 -2
View File
@@ -36,8 +36,8 @@ check_make_ok() {
echo ""
echo "Make Failed..."
echo "Please check the messages and fix any problems. If you're still stuck,"
echo "then please email all the output and as many details as you can to"
echo " projects@drogon.net"
echo "then raise a GitHub issue with the output and as many details as you can"
echo " https://github.com/WiringPi/WiringPi/issues"
echo ""
exit 1
fi
+1 -1
View File
@@ -337,7 +337,7 @@ Gordon Henderson
.SH "REPORTING BUGS"
Please report bugs to <projects@drogon.net>
Please report bugs to https://github.com/WiringPi/WiringPi/issues
.SH COPYRIGHT