modified README

This commit is contained in:
S. Seegel 2017-03-05 22:51:03 +01:00
parent 613f46b479
commit 4dbc7e1f3d

View file

@ -4,15 +4,31 @@ interfacing the RFM69
##intertechno.py ##intertechno.py
controlling remote control sockets controlling remote control sockets
usage example: usage example:
'''Shell
sudo intertechno.py 0000F0000FFF sudo intertechno.py 0000F0000FFF
'''
##lacrosse.py ##lacrosse.py
receiving temperature sensors receiving temperature sensors
##hamarx.py ##hamarx.py
receive hama remote controller for remote control sockets receive hama remote controller for remote control sockets
##logilighttx.py
control remote control sockets
##logilightrx.py ##logilightrx.py
receive logilight remote control receive logilight remote control
'''Shell
sudo ./logilightrx.py
RFM69 found!
INIT COMPLETE
Systemcode 415166 onoff 0 ch 7
Systemcode 415166 onoff 0 ch 7
Systemcode 415166 onoff 0 ch 5
Systemcode 415166 onoff 0 ch 5
'''
##logilighttx.py
control remote control sockets
'''Shell
sudo ./logilighttx.py 415166 1 7 4
RFM69 found!
INIT COMPLETE
'''
#Installation #Installation
*Install GPIO *Install GPIO
(http://sourceforge.net/projects/raspberry-gpio-python/) (http://sourceforge.net/projects/raspberry-gpio-python/)