mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
30edcca1fb
This is to resolve issue reported in https://github.com/espressif/esp-idf/issues/130.
19 lines
422 B
ReStructuredText
19 lines
422 B
ReStructuredText
RMT
|
|
========
|
|
|
|
Overview
|
|
--------
|
|
|
|
The RMT (Remote Control) module driver can be used to send and receive infrared remote control signals. Due to flexibility of RMT module, the driver can also be used to generate many other types of signals.
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
NEC remote control TX and RX example: :example:`peripherals/rmt_nec_tx_rx`.
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. include:: /_build/inc/rmt.inc
|
|
|