Is any way I could delay some code? After I execute an instruction I want to execute another one in about 100ms (but leave the rest of the code go on).
I guess I could use the add_timer function, but it looks a bit complicated as it needs a timerFunc variable.
Question
Mikado
Is any way I could delay some code? After I execute an instruction I want to execute another one in about 100ms (but leave the rest of the code go on).
I guess I could use the add_timer function, but it looks a bit complicated as it needs a timerFunc variable.
Edited by Mikado7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.