
if (global_count == 100)
{
TR0=0;
P1.1=~P1.1; 
global_count=0; /*reset global value global_count increment in timer0_ISR */
TR0=1;
}
