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:
parent
66abd86ce9
commit
7fda434d89
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
// 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
|
||||
*
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
//
|
||||
// Note: This example uses a FrSKY device communication
|
||||
// using XJT D12 protocol
|
||||
// using XJT D16 protocol
|
||||
//
|
||||
// ; 0 bit = 6us low/10us high
|
||||
// ; 1 bit = 14us low/10us high
|
||||
|
|
|
|||
Loading…
Reference in a new issue