prepare v3, fix some docs

This commit is contained in:
Manfred Wallner
2024-02-25 20:30:01 +01:00
parent 256cfe9581
commit 4909adfe1d
7 changed files with 9 additions and 14 deletions

View File

@@ -26,7 +26,6 @@ To un-install wiringPi:
For help and support see: For help and support see:
* https://github.com/WiringPi/WiringPi/issues * https://github.com/WiringPi/WiringPi/issues
* https://discord.gg/SM4WUVG
wiringPi originally created by Gordon Henderson wiringPi originally created by Gordon Henderson

2
People
View File

@@ -31,3 +31,5 @@ Andre Crone
Rik Teerling Rik Teerling
Pointing out some silly mistooks in the I2C code... Pointing out some silly mistooks in the I2C code...
And everyone else that's been working on this project!

View File

@@ -30,8 +30,7 @@ Support
------- -------
Please use the [issue system](https://github.com/WiringPi/WiringPi/issues) of GitHub. Please use the [issue system](https://github.com/WiringPi/WiringPi/issues) of GitHub.
Please do not email Gordon if you have issues. Please do not email Gordon or @Gadgetoid.
Dont' email @Gadgetoid.
Please don't email GC2 for reporting issues, you might [contact us](wiringpi@gc2.at) for anything that's not meant for the public. Please don't email GC2 for reporting issues, you might [contact us](wiringpi@gc2.at) for anything that's not meant for the public.
Debug Debug

View File

@@ -1 +1 @@
2.73 3.0

View File

@@ -40,8 +40,8 @@ Section: libraries
Priority: optional Priority: optional
Architecture: armhf Architecture: armhf
Depends: libc6 Depends: libc6
Maintainer: Phil Howard <wiringpi@gadgetoid.com> Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
Uploaders: Phil Howard <wiringpi@gadgetoid.com> Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at>
Description: The wiringPi libraries, headers and gpio command Description: The wiringPi libraries, headers and gpio command
Libraries to allow GPIO access on a Raspberry Pi from C and C++ Libraries to allow GPIO access on a Raspberry Pi from C and C++
and BASIC programs as well as from the command-line and BASIC programs as well as from the command-line

5
update
View File

@@ -1,5 +0,0 @@
#!/bin/sh
# update - update source files from master on yakko
rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ .

View File

@@ -1,3 +1,3 @@
#define VERSION "2.73" #define VERSION "3.0"
#define VERSION_MAJOR 2 #define VERSION_MAJOR 3
#define VERSION_MINOR 73 #define VERSION_MINOR 0