From 4b4d3ed75852f3b44c86ab9c1158b35959654b75 Mon Sep 17 00:00:00 2001 From: "klaus.schauer" <> Date: Mon, 15 Aug 2022 07:50:37 +0000 Subject: [PATCH] 55_PIFACE.pm: commandref changed git-svn-id: https://svn.fhem.de/fhem/trunk@26322 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/55_PIFACE.pm | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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