Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fda434

Browse filesBrowse files
fix(rmt): Fixed protocol name in RMTReadXJT examples (espressif#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>
1 parent 66abd86 commit 7fda434
Copy full SHA for 7fda434

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino

Copy file name to clipboardExpand all lines: libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
// limitations under the License.
1414

1515
/**
16-
* @brief This example demonstrates usage of RMT for receiving XJT D12 data
16+
* @brief This example demonstrates usage of RMT for receiving XJT D16 data
1717
*
1818
* The output is the RMT data read and processed
1919
*
2020
*/
2121

2222
//
2323
// Note: This example uses a FrSKY device communication
24-
// using XJT D12 protocol
24+
// using XJT D16 protocol
2525
//
2626
// ; 0 bit = 6us low/10us high
2727
// ; 1 bit = 14us low/10us high

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.