Skip to content

Commit 6c2c5e7

Browse files
Update cores/esp32/esp32-hal-rmt.h
Co-authored-by: Jan Procházka <[email protected]>
1 parent 52bda1c commit 6c2c5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp32/esp32-hal-rmt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ typedef union {
7777
bool rmtInit(int pin, rmt_ch_dir_t channel_direction, rmt_reserve_memsize_t memsize, uint32_t frequency_Hz);
7878

7979
/**
80-
Sets the End of Transmission level to be set the <pin> when the RMT transmission ends.
80+
Sets the End of Transmission level to be set for the <pin> when the RMT transmission ends.
8181
This function affects how rmtWrite(), rmtWriteAsync() or rmtWriteLooping() will set the pin after writing the data.
8282
The default EOT level is LOW, in case this function isn't used before RMT Writing.
83-
This level can be set for each RMT pin and can change between writings to the same pin.
83+
This level can be set for each RMT pin and can be changed between writings to the same pin.
8484
8585
<EOT_Level> shall be Zero (LOW) or non-zero (HIGH) value.
8686
It only affects the transmission process, therefore, it doesn't affect any IDLE LEVEL before starting the RMT transmission.

0 commit comments

Comments
 (0)