Updated IRSend RAW Encoding (markdown)

Michael Ingraham 2019-08-04 13:35:31 -04:00
parent 84212c7585
commit 73079113c6
1 changed files with 1 additions and 1 deletions

@ -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) * 3` with a high limit of 65µs to avoid 16 bits overflow. If `header_mark` and `header_space` are not specified, the gap will be 40µs.
** 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).
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)