//Watchdog code //R. Traylor 11.18.09 //this code does not require that the Extended fuse bits //M103C or WDTON be set. This code runs the WDT in safety //level 1. So, the WDT can be disabled or the timeout interval //may be changed with a timed sequence. #define F_CPU 16000000UL //16Mhz clock #include #include #include #include /********************************** tcnt0_init ********************************/ //timer counter 0 setup void tcnt0_init(){ ASSR |= (1<