Forum Discussion
Altera_Forum
Honored Contributor
21 years agosimple friendly wait timer?
Hello, I just want a simple OS friendly wait timer. I want to wait for 20ms and then continue my loop. However, I dont want just write some proccesor intensive loop (which obviously doesnt work in...
Altera_Forum
Honored Contributor
21 years agoIn order to use usleep() I needed to include:
# include <unistd.h> Thanks for all your help should work for what I need.