From f940c682ba4b35108e1b42471d6063a89cb5867c Mon Sep 17 00:00:00 2001
From: klaus-schauer <>
Date: Tue, 23 Aug 2016 10:51:08 +0000
Subject: [PATCH] 55_PIFACE: commandref changed
git-svn-id: https://svn.fhem.de/fhem/trunk@12061 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/55_PIFACE.pm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/fhem/FHEM/55_PIFACE.pm b/fhem/FHEM/55_PIFACE.pm
index fd7ec066e..4403269c3 100644
--- a/fhem/FHEM/55_PIFACE.pm
+++ b/fhem/FHEM/55_PIFACE.pm
@@ -397,8 +397,8 @@ PIFACE_Watchdog($) {
1;
=pod
-=item summary Raspberry Pi PiFace Digital Interface
-=item summary_DE Raspberry Pi PiFace Digital Interface
+=item summary Raspberry PiFace Digital Controler
+=item summary_DE Raspberry PiFace Digital Controler
=begin html
@@ -416,17 +416,21 @@ PIFACE_Watchdog($) {
PIFACE is tested with the Raspbian OS.
Preparatory Work
- The use of PIFACE module requires some preparatory work.
+ 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
sudo apt-get install wiringpi
sudo raspi-config
, select 8 Advanced Options
+ Start sudo raspi-config
, select Advanced Options
and set the A5 SPI
option to "Yes".