Difference between revisions of "Component: RMT (Internal) (Misc)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 34: | Line 36: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 14:42, 16 January 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 for the component source code: FC_Comp_Source_RMT.fcfx
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 | |