i need the header file for Sleep in Keil Operating system
What is the Header file for sleep in Keil Operating system?
Collapse
X
-
-
-
Sleep for which controller?
Read your user guide or better the compiler's guide.
If you mean C Sleep() (and not controller sleep) then it is totally wrong to use a command like that in real time programming. You have low level timers, use them!
I don't know the answer, but I wouldn't be suprised if Sleep() does not exists in Keil...
Try read some guidelines about Real Time Programming.Comment
-
Comment