while (PINC==1)
_delay_us(200);
if (PIND==1)
{
PORTD=0;
}
else
{
PORTD=1;
}