Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by swqww ( 13 years ago )
for (;;)
{
if ((PINA & (1<<PA1)) == 0 )
{
_delay_ms(80);
if ((PINA & (1<<PA1)) == 0 )
{
licznika+=1;
PORTC=tab1[licznika];
}
}
if((PINA & (1<<PA2)) == 0 )
{
_delay_ms(80);
if ((PINA & (1<<PA2)) == 0 )
{
goto L1;
}
}
}
Revise this Paste