From 73079113c6381b4b5c07cc7a45442834ab3cca59 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:35:31 -0400 Subject: [PATCH] Updated IRSend RAW Encoding (markdown) --- IRSend-RAW-Encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRSend-RAW-Encoding.md b/IRSend-RAW-Encoding.md index 455416b1..ede044a2 100644 --- a/IRSend-RAW-Encoding.md +++ b/IRSend-RAW-Encoding.md @@ -19,7 +19,7 @@ There are two command syntax forms for sending a remote control code in RAW form | `` | one space duration (µs). Use this parameter if the one space duration is not an integral multiple of ``

_Use of this parameter is mutually exclusive with the `` parameter_ | `` | 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)