Component: RMT (Internal) (Misc)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.0 |
Category | Misc |
Contents
RMT (Internal) component
Provides access to the onboard remote control (RMT) peripheral allowing for high speed data input / output without requiring bit banging from the ESP32 processor.
Component Pack
BASICIO
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
TransmitBusy |
Checks to see if the RMT channel is currently transmitting. Returns 1 if transmitting and 0 if transmission is complete. | |
![]() |
Return |
![]() |
Transmit |
Sends out the RMT data buffer. | |
![]() |
WaitWhileComplete |
0=Dont Wait, 1=Wait for TX to complete | |
![]() |
Return |
![]() |
Initialise |
Initialises the RMT module ready for data to be sent or received. | |
![]() |
Return |