From a258054c8c21e1bb3681999558cc97b5b86e8724 Mon Sep 17 00:00:00 2001 From: "S. Seegel" Date: Sun, 5 Mar 2017 22:54:34 +0100 Subject: [PATCH] updated readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf36b2c..45ed992 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ interfacing the RFM69 ##intertechno.py controlling remote control sockets usage example: -'''sh +```sh sudo intertechno.py 0000F0000FFF -''' +``` ##lacrosse.py receiving temperature sensors ##hamarx.py receive hama remote controller for remote control sockets ##logilightrx.py receive logilight remote control -'''sh +```sh sudo ./logilightrx.py RFM69 found! INIT COMPLETE @@ -21,14 +21,14 @@ 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 -'''sh +```sh sudo ./logilighttx.py 415166 1 7 4 RFM69 found! INIT COMPLETE -''' +``` #Installation *Install GPIO (http://sourceforge.net/projects/raspberry-gpio-python/)