Quote Originally Posted by hamster_nz View Post
If you are on Linux there is the "sleep(x)" function that will cause a program to sleep for x seconds. You will need to include the unistd.h header file for the function prototype.
Thank you!👍👍