Eingangsschalter/README.md

19 lines
505 B
Markdown
Raw Permalink Normal View History

2017-05-03 13:06:48 +02:00
# Eingangsschalter
der Hebel bei der Eingangstür, der im IRC schreibt, wenn jemand den Hebel zieht.
2017-05-03 14:04:54 +02:00
das python-skript legt man idealerweise in /usr/bin/
das systemd-ding legt man am besten in /etc/systemd/system/
mit den systemctl-befehlen muss man die "unit" dann noch starten.
2017-05-03 16:22:59 +02:00
further reading / sources :
2017-05-06 16:53:06 +02:00
2017-05-03 16:22:59 +02:00
https://linuxacademy.com/blog/geek/creating-an-irc-bot-with-python3/
2017-05-06 16:53:06 +02:00
2017-05-03 16:22:59 +02:00
http://pi4j.com/pins/model-b-rev1.html
2017-05-06 16:53:06 +02:00
2017-05-03 16:22:59 +02:00
http://razzpisampler.oreilly.com/ch07.html
2017-05-06 16:53:06 +02:00
2017-05-03 16:22:59 +02:00
http://wiringpi.com/the-gpio-utility/