mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
55_PIFACE: commandref changed
git-svn-id: https://svn.fhem.de/fhem/trunk@12061 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
34c4c2e60a
commit
f940c682ba
@ -397,8 +397,8 @@ PIFACE_Watchdog($) {
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
=item summary <a href=http://www.raspberrypi.org/>Raspberry Pi</a> <a href=http://www.piface.org.uk/products/piface_digital/>PiFace Digital</a> Interface
|
=item summary Raspberry PiFace Digital Controler
|
||||||
=item summary_DE <a href=http://www.raspberrypi.org/>Raspberry Pi</a> <a href=http://www.piface.org.uk/products/piface_digital/>PiFace Digital</a> Interface
|
=item summary_DE Raspberry PiFace Digital Controler
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
<a name="PIFACE"></a>
|
<a name="PIFACE"></a>
|
||||||
@ -416,17 +416,21 @@ PIFACE_Watchdog($) {
|
|||||||
PIFACE is tested with the Raspbian OS.<br><br>
|
PIFACE is tested with the Raspbian OS.<br><br>
|
||||||
|
|
||||||
<b>Preparatory Work</b><br>
|
<b>Preparatory Work</b><br>
|
||||||
The use of PIFACE module requires some preparatory work.
|
The use of PIFACE module requires some preparatory work. The module needs the <a href=http://wiringpi.com>Wiring Pi</a> tool.
|
||||||
<ul>
|
<ul>
|
||||||
<br>
|
<br>
|
||||||
Raspbian Wheezy<br>
|
Raspbian Wheezy<br>
|
||||||
<li>Module needs tools from <a href=http://wiringpi.com>Wiring Pi</a>. Install it with<br>
|
<li>Install it with<br>
|
||||||
<code>git clone git://git.drogon.net/wiringPi<br>
|
<code>git clone git://git.drogon.net/wiringPi<br>
|
||||||
cd wiringPi<br>
|
cd wiringPi<br>
|
||||||
./build</code><br>
|
./build</code><br>
|
||||||
</li>
|
</li>
|
||||||
|
Raspbian Jessie<br>
|
||||||
|
<li>Install it with<br>
|
||||||
|
<code>sudo apt-get install wiringpi</code><br>
|
||||||
|
</li>
|
||||||
<li>PiFace Digital need the SPI pins on the Raspberry Pi to be enabled in order to function.
|
<li>PiFace Digital need the SPI pins on the Raspberry Pi to be enabled in order to function.
|
||||||
Start <code>sudo raspi-config</code>, select <code>8 Advanced Options</code>
|
Start <code>sudo raspi-config</code>, select <code>Advanced Options</code>
|
||||||
and set the <code>A5 SPI</code> option to "Yes".
|
and set the <code>A5 SPI</code> option to "Yes".
|
||||||
</li>
|
</li>
|
||||||
<li>The function of the PiFace Digital can be tested at OS command line. For example:<br>
|
<li>The function of the PiFace Digital can be tested at OS command line. For example:<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user