diff --git a/fhem/FHEM/55_PIFACE.pm b/fhem/FHEM/55_PIFACE.pm index 183473d83..33b63e35b 100644 --- a/fhem/FHEM/55_PIFACE.pm +++ b/fhem/FHEM/55_PIFACE.pm @@ -469,15 +469,19 @@ sub PIFACE_Shutdown($) { The use of PIFACE module requires some preparatory work. The module needs the Wiring Pi tool.
git clone git://git.drogon.net/wiringPi
- cd wiringPi
- ./build
https://github.com/WiringPi/WiringPi/
.
+ Please note the current version number for the download path and the file name.wget https://github.com/WiringPi/WiringPi/releases/download/x.y/wiringpi-x.y-arm64.deb
+ dpkg -i wiringpi-x.y-arm64.deb
wget https://github.com/WiringPi/WiringPi/releases/download/x.y/wiringpi-x.y-armhf.deb
+ dpkg -i wiringpi-x.y-armhf.deb
sudo raspi-config
, select Advanced Options
- and set the A5 SPI
option to "Yes".
+ Start sudo raspi-config
and set the SPI
option to "Yes".
gpio -x mcp23s17:200:0:0 readall
sudo apt-get install wiringpi
sudo raspi-config
, select 9 Advanced Options
- and set the A6 SPI
option to "Yes".
+ Start sudo raspi-config
and set the SPI
option to "Yes".
gpio -x mcp23s17:200:0:0 readall