Faster toggling
parent
c713fe96f4
commit
eb7914190f
|
@ -11,9 +11,9 @@ int main()
|
|||
{
|
||||
PORTB |= (1 << PB3);
|
||||
PORTB |= (1 << PB4);
|
||||
_delay_ms(500);
|
||||
_delay_ms(250);
|
||||
PORTB &= ~(1 << PB3);
|
||||
PORTB &= ~(1 << PB4);
|
||||
_delay_ms(500);
|
||||
_delay_ms(250);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue