README.md
Fix Markdown
This commit is contained in:
parent
98804c9d2b
commit
6e73a3c06a
1 changed files with 20 additions and 13 deletions
17
README.md
17
README.md
|
@ -1,16 +1,22 @@
|
||||||
# Python files for RaspyRFM
|
# Python files for RaspyRFM
|
||||||
|
|
||||||
## rfm69.py
|
## rfm69.py
|
||||||
|
|
||||||
interfacing the RFM69
|
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
|
||||||
|
@ -22,6 +28,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
|
||||||
|
@ -29,11 +36,11 @@ 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/)
|
|
||||||
Version has to be >= 0.5.4
|
Version has to be >= 0.5.4
|
||||||
*Install SPI for Python
|
* [Install SPI for Python](http://www.100randomtasks.com/simple-spi-on-raspberry-pi)
|
||||||
(http://www.100randomtasks.com/simple-spi-on-raspberry-pi)
|
|
||||||
##Product:
|
## Product
|
||||||
[Module RaspbyRFM Seegel Systeme] (http://www.seegel-systeme.de/produkt/raspyrfm-ii/)
|
[Module RaspbyRFM Seegel Systeme] (http://www.seegel-systeme.de/produkt/raspyrfm-ii/)
|
||||||
|
|
Loading…
Reference in a new issue