Skip to content

Commit 547c4b2

Browse files
authored
[remote_transmitter] Add non-blocking mode (#5525)
* Add non-blocking docs * Tweak * Update default value
1 parent 80f4809 commit 547c4b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/components/remote_transmitter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ remote_transmitter:
5757
| ESP32-S3 | 192 symbols | 48 symbols |
5858

5959
- **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`.
6062
- **use_dma** (*Optional*, boolean): Enable DMA on variants that support it. If enabled `rmt_symbols` controls
6163
the DMA buffer size and can be set to a large value.
6264

0 commit comments

Comments
 (0)