• WHY KEIL DOES NOT HAVE DELAY FUNCTION LIKE TURBO C
    Hello all, 1) can any one help me to write function in keil c51, like " delay(int milli sec)" like in turbo c/c++. 2) for above i want to use present project's crystal value (like variable) in user...
  • WHY KEIL DOES NOT HAVE DELAY FUNCTION LIKE TURBO C
    Hello all, 1) can any one help me to write function in keil c51, like " delay(int milli sec)" like in turbo c/c++. 2) for above i want to use present project's crystal value (like variable) in user...
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...
  • Delay function
    How can i create a delay function about 100 ms second in Keil ?