From 4dbc7e1f3d319f0262e79df9be3170bca673cd4f Mon Sep 17 00:00:00 2001 From: "S. Seegel" Date: Sun, 5 Mar 2017 22:51:03 +0100 Subject: [PATCH] modified README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f79e98..b46e852 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,31 @@ interfacing the RFM69 ##intertechno.py controlling remote control sockets usage example: +'''Shell sudo intertechno.py 0000F0000FFF +''' ##lacrosse.py receiving temperature sensors ##hamarx.py receive hama remote controller for remote control sockets -##logilighttx.py -control remote control sockets ##logilightrx.py 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 *Install GPIO (http://sourceforge.net/projects/raspberry-gpio-python/)