Difference between revisions of "Component: RMT (Internal) (Misc)"
From Flowcode Help
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_RMT.fcfx FC_Comp_Source_RMT.fcfx] |
− | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_RMT.fcfx FC_Comp_Source_RMT.fcfx] |
==Detailed description== | ==Detailed description== | ||
Line 72: | Line 72: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Latest revision as of 10:24, 24 February 2023
Author | 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 Source Code
Please click here to download the component source project: FC_Comp_Source_RMT.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_RMT.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Initialise
![]() |
Initialise |
Initialises the RMT module ready for data to be sent or received. | |
![]() |
Return |
SetBuffer
Transmit
![]() |
Transmit |
Sends out the RMT data buffer. | |
![]() |
WaitWhileComplete |
0=Dont Wait, 1=Wait for TX to complete | |
![]() |
Return |
TransmitBusy
![]() |
TransmitBusy |
Checks to see if the RMT channel is currently transmitting. Returns 1 if transmitting and 0 if transmission is complete. | |
![]() |
Return |