forked from WiringPi/WiringPi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from GrazerComputerClub/Pi5
V3 preparation / Pi5 support
- Loading branch information
Showing
9 changed files
with
443 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
:warning: This library was deprecated by its author in August 2019. Until 31st October 2023 it was maintaining at https://github.com/WiringPi/WiringPi/ but later set to read only because there was no interest in properly maintaining it. | ||
In 2024 GC2 fork the project to maintaining it and to keep the best GPIO Library for Raspberry Pi running. We do our best, but we have limited resources and can not give support. | ||
ℹ️ Since 2024, [GC2](https://github.com/GrazerComputerClub) has taken over maintenance of the project, supporting new OS versions as well as current hardware generations. We are dedicated to keeping the arguably best-performing GPIO Library for Raspberry Pi running smoothly. We strive to do our best, but please note that this is a community effort, and we cannot provide any guarantees or take responsibility for implementing specific features you may need. | ||
|
||
WiringPi (Unofficial Mirror/Fork) | ||
================================= | ||
|
@@ -42,9 +40,10 @@ wiringPi has been wrapped for multiple languages: | |
Support | ||
------- | ||
|
||
Please do not email Gordon if you have issues, he will not be able to help. | ||
Dont' email @Gadgetoid. | ||
Don't email GC2, use issue system of github to report errors. | ||
Please use the [issue system](https://github.com/WiringPi/WiringPi/issues) of GitHub. | ||
Please do not email Gordon if you have issues. | ||
Dont' email @Gadgetoid. | ||
Please don't email GC2 for reporting issues, you might [contact us]([email protected]) for anything that's not for the public eye. | ||
|
||
Debug | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.72 | ||
2.73 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: wiringpi | ||
Version: 2.72 | ||
Version: 2.73 | ||
Section: libraries | ||
Priority: optional | ||
Architecture: armhf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define VERSION "2.72" | ||
#define VERSION "2.73" | ||
#define VERSION_MAJOR 2 | ||
#define VERSION_MINOR 72 | ||
#define VERSION_MINOR 73 |
Oops, something went wrong.