Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Blocks the current fiber for a specified duration in micro-seconds.
WaitMicros is a function used in programming environments like Microsoft MakeCode to pause the execution of a program for a specified number of micro-seconds. This function is particularly useful in scenarios where precise timing is crucial, such as in hardware control and signal generation.
control.waitMicros(4).This function is not supported in the simulator, making it essential for real hardware applications.