Browse Source

prepare v3, fix some docs

pull/188/head
Manfred Wallner 3 months ago
parent
commit
4909adfe1d
7 changed files with 9 additions and 14 deletions
  1. +0
    -1
      INSTALL
  2. +2
    -0
      People
  3. +1
    -2
      README.md
  4. +1
    -1
      VERSION
  5. +2
    -2
      newVersion
  6. +0
    -5
      update
  7. +3
    -3
      version.h

+ 0
- 1
INSTALL 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
- 0
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!

+ 1
- 2
README.md 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.
Dont' email @Gadgetoid.
Please do not email Gordon or @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


+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.73
3.0

+ 2
- 2
newVersion 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>
Uploaders: Phil Howard <wiringpi@gadgetoid.com>
Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
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


+ 0
- 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/ .

+ 3
- 3
version.h View File

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

Loading…
Cancel
Save