prepare v3, fix some docs
This commit is contained in:
1
INSTALL
1
INSTALL
@@ -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
2
People
@@ -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!
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
5
update
@@ -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/ .
|
|
||||||
Reference in New Issue
Block a user