![Aaeon SBC-410 Manual Download Page 73](http://html1.mh-extra.com/html/aaeon/sbc-410/sbc-410_manual_3350772073.webp)
Appendix A Watchdog Timer Demo Program 65
default
: break;
}
}
mydelay();
run_time=r1;
/* Display time elapsed */
gotoxy(45,11);printf(%2d.%1d sec",run_time/
10,run_time%10);
}
}
/* USER FUNCTION LIBRARY */ void mydelay(void) /*
Delay program: */ /* Delay 109.89ms (18.2Hz*2) */{
clock_t start,end;
start=clock();
end=start;
while((end-start)<2){
end=clock();
}
}
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com