Updated IRSend RAW Encoding (markdown)

Michael Ingraham 2019-04-11 17:03:02 -04:00
parent b00063c46f
commit 80d95393d4
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ There are two command syntax forms for sending a remote control code in RAW form
* `<bit_mark>` = bit mark duration (ms) (optional for some protocols)
* `<zero_space>` = zero space duration (ms)
* `<one_multiple>` = May be used instead of the `<one_space>` parameter if the one space duration is an integral multiple of the zero space duration. May be omitted if the multiple is 2.
* `<one_space>` = one space duration (ms) (use this parameter if the one space duration is not an integral multiple of `<zero_space>`
* `<one_space>` = one space duration (ms) (use this parameter if the one space duration is not an integral multiple of `<zero_space>`)
* `<bit_stream>` = bit stream data (stream of ones and zeroes)
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)