• controllable delay function
    Hi! Guys! I want to design a delay function that can have any desire delay value input in.ex.delay(20)-- 20ms of delay , delay(1000)- 1s of delay. I got problem when I wanted to convert the value...
  • 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
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;
  • Delay function
    How can i create a delay function about 100 ms second in Keil ?
  • delay in keil
    hi , suppose i want to plot a sine wave of frequency 50hz in logic analyser of keil microvision 4 using any pin of corresponding adc1 input. FOR THIS to plot i have to set delay .can anyone tell me ...