Search:

Type: Posts; User: jimblumberg

Search: Search took 0.03 seconds.

  1. Can you write a program, and run it on your...

    Can you write a program, and run it on your board, just to test delay()? Something simple like:


    int main()
    {

    while(1)
    {
    delay(5000);
    printf("Do you see the delay?\n");
  2. What do you mean by stopped? It should stop/delay...

    What do you mean by stopped? It should stop/delay for 1 milisecond. I suggest post the smallest possible program that illustrates your problem. If the program doesn't compile provide the complete...
  3. Are you still using the Borland compiler? Note...

    Are you still using the Borland compiler? Note the Borland delay() function delays in mili-seconds so delay(500) would be 500 miliseconds (1/2 second) not 500 seconds.


    Jim
Results 1 to 3 of 3