Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 623 Bytes

rmt.rst

File metadata and controls

24 lines (15 loc) · 623 Bytes

RMT

About

Note

This is a work in progress project and this section is still missing. If you want to contribute, please see the Contributions Guide.

Remote Control Transceiver (RMT) peripheral was designed to act as an infrared transceiver.

Example

To get started with RMT, you can try:

RMT Write RGB LED

.. literalinclude:: ../../../libraries/ESP32/examples/RMT/RMTWrite_RGB_LED/RMTWrite_RGB_LED.ino
    :language: arduino


Complete list of RMT examples.