<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div> </div>

<div> </div>

<div>
<div>!/bin/sh -e<br/>
#<br/>
# rc.local<br/>
#<br/>
# This script is executed at the end of each multiuser runlevel.<br/>
# Make sure that the script will "exit 0" on success or any other<br/>
# value on error.<br/>
#<br/>
# In order to enable or disable this script just change the execution<br/>
# bits.<br/>
#<br/>
# By default this script does nothing.</div>

<div># Print the IP address<br/>
_IP=$(hostname -I) || true<br/>
if [ "$_IP" ]; then<br/>
  printf "My IP address is %s\n" "$_IP"<br/>
fi</div>

<div># Part of s=/Impulse to Volkszaehler<br/>
echo 17 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio17/edge<br/>
echo 18 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio18/edge<br/>
echo 22 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio22/edge<br/>
echo 23 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio23/edge<br/>
echo 24 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio24/edge<br/>
echo 27 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio27/edge</div>
</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Sonntag, 21. April 2013 um 15:32 Uhr<br/>
<b>Von:</b> "W3ll Schmidt" <w3llschmidt@gmail.com><br/>
<b>An:</b> "volkszaehler.org - users" <volkszaehler-users@lists.volkszaehler.org><br/>
<b>Betreff:</b> Re: [vz-users] Lücken im Verlauf/ verlorerene Inpulse</div>

<div name="quoted-content">
<div>
<div class="gmail_extra">
<div class="gmail_quote">Am 21. April 2013 06:38 schrieb Bernhard Niklas <span><<a href="bernhardniklas@web.de" target="_parent">bernhardniklas@web.de</a>></span>:

<blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex;border-left: 1.0px rgb(204,204,204) solid;padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>
<div>Wie ist das bei der S0. Kommen da auch kurze Impulse oder schaltet sie bei dem Impulsen nur jedesmal von EIN zu AUS bzw. von AUS zu EIN.</div>
</div>
</div>
</div>
</blockquote>

<div> </div>

<div>cat /etc/rc.local<br/>
 </div>

<div>Es wird auf fallende Flanke getriggert ...<br/>
<br/>
 </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></body></html>