Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb407e32 authored by Shannon Booth's avatar Shannon Booth Committed by Greg Kroah-Hartman
Browse files

staging: pi433: Fixed typos and grammar in documentation



Some typos and grammar issues were found in the documentation. These
mistakes were fixed.

Signed-off-by: default avatarShannon Booth <shannon.ml.booth@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3be5d1cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -46,10 +46,10 @@ It consists of the three gpio pins and an spi interface (here chip select 0)


For Raspbian users only
For Raspbian users only
=======================
=======================
Since Raspbian supports device tree overlays, you may use and overlay, instead
Since Raspbian supports device tree overlays, you may use an overlay instead
of editing your boards device tree.
of editing your boards device tree.
For using the overlay, you need to compile the file pi433-overlay.dts you can
To use the overlay, you need to compile the file pi433-overlay.dts which can
find aside to this documentation.
be found alongside this documentation.
The file needs to be compiled - either manually or by integration in your kernel
The file needs to be compiled - either manually or by integration in your kernel
source tree. For a manual compile, you may use a command line like the following:
source tree. For a manual compile, you may use a command line like the following:
'linux/scripts/dtc/dtc -@ -I dts -O dtb -o pi433.dtbo pi433-overlay.dts'
'linux/scripts/dtc/dtc -@ -I dts -O dtb -o pi433.dtbo pi433-overlay.dts'
+5 −5
Original line number Original line Diff line number Diff line
@@ -8,11 +8,11 @@ Introduction
This driver is for controlling pi433, a radio module for the Raspberry Pi
This driver is for controlling pi433, a radio module for the Raspberry Pi
(www.pi433.de). It supports transmission and reception. It can be opened
(www.pi433.de). It supports transmission and reception. It can be opened
by multiple applications for transmission and reception. While transmit
by multiple applications for transmission and reception. While transmit
jobs were queued and process automatically in the background, the first
jobs are queued and processed automatically in the background, the first
application asking for reception will block out all other applications
application asking for reception will block out all other applications
until something gets received terminates the read request.
until something gets received terminates the read request.
The driver supports on the fly reloading of the hardware fifo of the rf
The driver supports on the fly reloading of the hardware fifo of the rf
chip, thus enabling for much longer telegrams then hardware fifo size.
chip, thus enabling for much longer telegrams than the hardware fifo size.


Discription of driver operation
Discription of driver operation
===============================
===============================
@@ -46,10 +46,10 @@ configuration set is written to the rf module and it gets set into receiving mod
Now the driver is waiting, that a predefined RSSI level (signal strength at the
Now the driver is waiting, that a predefined RSSI level (signal strength at the
receiver) is reached. Until this hasn't happened, the reception can be
receiver) is reached. Until this hasn't happened, the reception can be
interrupted by the transmission thread at any time to insert a transmission cycle.
interrupted by the transmission thread at any time to insert a transmission cycle.
As soon as the predefined RSSI level is meat, a receiving cycle starts. Similar
As soon as the predefined RSSI level is met, a receiving cycle starts. Similar
as described for the transmission cycle the read out of the hardware fifo is done
as described for the transmission cycle the read out of the hardware fifo is done
dynamically. Upon each hardware fifo threshold interrupt, a portion of data gets
dynamically. Upon each hardware fifo threshold interrupt, a portion of data gets
read. So also for reception it is possible to receive more data then the hardware
read. So also for reception it is possible to receive more data than the hardware
fifo can hold.
fifo can hold.




@@ -225,7 +225,7 @@ rf params:
			    isn't found, telegram will be internally discarded
			    isn't found, telegram will be internally discarded
		optionOff - sync detection is disabled.
		optionOff - sync detection is disabled.
	enable_length_byte
	enable_length_byte
		optionOn   - First byte of payload will be used as length byte,
		optionOn   - First byte of payload will be used as a length byte,
			     regardless of the amount of bytes that were requested
			     regardless of the amount of bytes that were requested
			     by the read request.
			     by the read request.
		optionOff  - Number of bytes to be read will be set according to
		optionOff  - Number of bytes to be read will be set according to