updated readme
This commit is contained in:
parent
537e67a2c0
commit
a258054c8c
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -4,16 +4,16 @@ interfacing the RFM69
|
||||||
##intertechno.py
|
##intertechno.py
|
||||||
controlling remote control sockets
|
controlling remote control sockets
|
||||||
usage example:
|
usage example:
|
||||||
'''sh
|
```sh
|
||||||
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
|
||||||
##logilightrx.py
|
##logilightrx.py
|
||||||
receive logilight remote control
|
receive logilight remote control
|
||||||
'''sh
|
```sh
|
||||||
sudo ./logilightrx.py
|
sudo ./logilightrx.py
|
||||||
RFM69 found!
|
RFM69 found!
|
||||||
INIT COMPLETE
|
INIT COMPLETE
|
||||||
|
@ -21,14 +21,14 @@ Systemcode 415166 onoff 0 ch 7
|
||||||
Systemcode 415166 onoff 0 ch 7
|
Systemcode 415166 onoff 0 ch 7
|
||||||
Systemcode 415166 onoff 0 ch 5
|
Systemcode 415166 onoff 0 ch 5
|
||||||
Systemcode 415166 onoff 0 ch 5
|
Systemcode 415166 onoff 0 ch 5
|
||||||
'''
|
```
|
||||||
##logilighttx.py
|
##logilighttx.py
|
||||||
control remote control sockets
|
control remote control sockets
|
||||||
'''sh
|
```sh
|
||||||
sudo ./logilighttx.py 415166 1 7 4
|
sudo ./logilighttx.py 415166 1 7 4
|
||||||
RFM69 found!
|
RFM69 found!
|
||||||
INIT COMPLETE
|
INIT COMPLETE
|
||||||
'''
|
```
|
||||||
#Installation
|
#Installation
|
||||||
*Install GPIO
|
*Install GPIO
|
||||||
(http://sourceforge.net/projects/raspberry-gpio-python/)
|
(http://sourceforge.net/projects/raspberry-gpio-python/)
|
||||||
|
|
Loading…
Reference in a new issue