We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0785534 commit 0d70165Copy full SHA for 0d70165
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 LR12 data
+ * @brief This example demonstrates usage of RMT for receiving XJT D16 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 LR12 protocol
+// using XJT D16 protocol
25
26
// ; 0 bit = 6us low/10us high
27
// ; 1 bit = 14us low/10us high
0 commit comments