Version v3.16: added wfi status for wiringPiISR and waitForInterrupt
This commit is contained in:
@@ -99,10 +99,10 @@ cd WiringPi
|
||||
|
||||
# build the package
|
||||
./build debian
|
||||
mv debian-template/wiringpi-3.0-1.deb .
|
||||
mv debian-template/wiringpi-3.x.deb .
|
||||
|
||||
# install it
|
||||
sudo apt install ./wiringpi-3.0-1.deb
|
||||
sudo apt install ./wiringpi-3.x.deb
|
||||
```
|
||||
|
||||
|
||||
@@ -115,14 +115,14 @@ Unzip/use the portable prebuilt verison:
|
||||
|
||||
```sh
|
||||
# unzip the archive
|
||||
tar -xfv wiringpi_3.0.tar.gz
|
||||
tar -xfv wiringpi_3.x.tar.gz
|
||||
```
|
||||
|
||||
Install the debian package:
|
||||
|
||||
```sh
|
||||
# install a dpkg
|
||||
sudo apt install ./wiringpi-3.0-1.deb
|
||||
sudo apt install ./wiringpi-3.x.deb
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user