You are on page 1of 1

while(1)

if(input(PIN_C1))
output_high(PIN_B0);
else
output_low(PIN_B0);
}

while(1)
{
LCD_INIT();
// TODO: USER CODE!!
output_high(PIN_C0);
delay_ms(3);
output_low(PIN_C0);
delay_ms( 3 );
output_high(PIN_C1);
delay_ms(3);
output_low(PIN_C1);
delay_ms( 3 );
output_high(PIN_C2);
delay_ms(3);
output_low(PIN_C2);
delay_ms( 3 );
printf(LCD_PUTC,"ENIM");
delay_ms(30000000000000000000000000000000000000);
}

You might also like