//Reset and brown-out code //R. Traylor 11.16.09 //this code requires that the Low fuse has bits 6 and 7 set to zero //to enable brown out detection and to set it to 4v detection level. #define F_CPU 16000000UL //16Mhz clock //however, the effective F_CPU changes are the code executes #include #include #include /********************************** tcnt0_init ********************************/ void tcnt0_init(){ //timer counter 0 setup ASSR |= (1<