Altera_Forum
Honored Contributor
16 years agoTempo in C for
hey, i need to do a tempo in C language ( something for writing command likes wait for 200 ms) Clock is set to 50 mhz thx
You work with NIOS II ?
You can use usleep(200000); for example.