User manual

64
}
error=0;
if(count1>0){relay=1;}
if(count1==0){
relay=0;
}
count=0;
if(count1>=5){
Lcd_Cmd(_LCD_CLEAR);
Lcd_Cmd(_LCD_CURSOR_OFF);
Lcd_Out(1,1," Full ");
Lcd_Out(1,11,"Count:");
IntToStr(5,txt);
Lcd_Out(2,5,txt);
delay_ms(90);
count1=5;
}
else if(count1<0){count1=0;}
} }
void introduction(void)
{
unsigned char i;
Lcd_Cmd(_LCD_CLEAR);
Lcd_Out(1,1," WELCOME ");
Lcd_Out(2,1," SELAMAT DATANG ");
delay_ms(2000);