We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e62997 commit 0785534Copy full SHA for 0785534
libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino
@@ -13,15 +13,15 @@
13
// limitations under the License.
14
15
/**
16
- * @brief This example demonstrates usage of RMT for receiving XJT D12 data
+ * @brief This example demonstrates usage of RMT for receiving XJT LR12 data
17
*
18
* The output is the RMT data read and processed
19
20
*/
21
22
//
23
// Note: This example uses a FrSKY device communication
24
-// using XJT D12 protocol
+// using XJT LR12 protocol
25
26
// ; 0 bit = 6us low/10us high
27
// ; 1 bit = 14us low/10us high
0 commit comments