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 80f4809 commit 547c4b2Copy full SHA for 547c4b2
content/components/remote_transmitter.md
@@ -57,6 +57,8 @@ remote_transmitter:
57
| ESP32-S3 | 192 symbols | 48 symbols |
58
59
- **clock_resolution** (*Optional*, int): The clock resolution used by the RMT peripheral in Hz. Defaults to `1000000`.
60
+- **non_blocking** (*Optional*, boolean): If enabled, any transmit will return immediately and the RMT will run in the
61
+ background. The `on_complete` automation will trigger after the transmit completes. Defaults to `true`.
62
- **use_dma** (*Optional*, boolean): Enable DMA on variants that support it. If enabled `rmt_symbols` controls
63
the DMA buffer size and can be set to a large value.
64
0 commit comments