fix(rmt): Fixed protocol name in RMTReadXJT examples (#11136)

* fix(rmt): Fixed protocol name in RMTReadXJT examples

I couldn't find a protocol called D12.
I found LR12 so I'll fix that.

* feat(RMT): changing example commentary to reflect D16 protocol

---------

Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
This commit is contained in:
TANAKA Masayuki 2025-03-21 04:52:36 +09:00 committed by GitHub
parent 66abd86ce9
commit 7fda434d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
// limitations under the License. // limitations under the License.
/** /**
* @brief This example demonstrates usage of RMT for receiving XJT D12 data * @brief This example demonstrates usage of RMT for receiving XJT D16 data
* *
* The output is the RMT data read and processed * The output is the RMT data read and processed
* *
@ -21,7 +21,7 @@
// //
// Note: This example uses a FrSKY device communication // Note: This example uses a FrSKY device communication
// using XJT D12 protocol // using XJT D16 protocol
// //
// ; 0 bit = 6us low/10us high // ; 0 bit = 6us low/10us high
// ; 1 bit = 14us low/10us high // ; 1 bit = 14us low/10us high