Curtis AR-B1682 User Manual

Page 31

Advertising
background image

~ Page 25 ~

3-4-4. Watchdog Timer Disabled


To disable the watchdog timer, simply write a 00H to the watchdog register.
#include “ stadio.H”
#include “WATCHDOG.H”
main ( )
{
printf (“ Disable Watch Dog”);
_disable_WD( );
}

Advertising