Acrosser AR-N8601 User Manual

Page 19

Advertising
background image

AR-B8601 User Manual

19


outportb(IO_Port_Address,0xF4);

// Read Watchdog Timer Value

Time=inportb(IO_Port_Address+1);

gotoxy(20,10);

if(Time_Format=='m' || Time_Format=='M')

cprintf(">>> After %d Minutes will reset the system. <<<",Time);

if(Time_Format=='s' || Time_Format=='S')

cprintf(">>> After %d Second will reset the system. <<<",Time);

}

return 0;

}

Advertising