mirror of https://github.com/arendst/Tasmota.git
Updated IRSend RAW Encoding (markdown)
parent
73079113c6
commit
cee8ffa91b
|
@ -19,7 +19,7 @@ There are two command syntax forms for sending a remote control code in RAW form
|
|||
| `<one_space>` | one space duration (µs). Use this parameter if the one space duration is not an integral multiple of `<zero_space>`<BR><BR>_Use of this parameter is mutually exclusive with the `<one_multiple>` parameter_
|
||||
| `<bit_stream>` | bit stream data (stream of ones and zeroes)
|
||||
|
||||
** If `header_mark` and `header_space` are specified, the gap will be computed as `(header_mark + header_space) * 3000` with a high limit of 65ms (65,000µs) to avoid 16 bits overflow. If `header_mark` and `header_space` are not specified, the gap will be 40ms (40,000µs).
|
||||
** If `header_mark` and `header_space` are specified, the gap will be computed as `(header_mark + header_space) * 3` with a high limit of 65ms (65,000µs) to avoid 16 bits overflow. If `header_mark` and `header_space` are not specified, the gap will be 40ms (40,000µs).
|
||||
|
||||
This command syntax version makes use of the output of the raw IR decoder from [ToniA/Raw-IR-decoder-for-Arduino](https://github.com/ToniA/Raw-IR-decoder-for-Arduino)
|
||||
|
||||
|
|
Loading…
Reference in New Issue