Skip to content

Commit 0d70165

Browse files
authored
feat(RMT): changing example commentary to reflect D16 protocol
1 parent 0785534 commit 0d70165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino

+2-2
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 LR12 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 LR12 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)