@@ -16,12 +16,12 @@ int main(void)
while (1)
{
// Turn LED ON
PORTA |= (1 << PA0);
// Turn LED OFF
PORTA |= (0 << PA0);
// test asdfasdf
_delay_ms(500);
PORTA &= ~(1 << PA0);
The note is not visible to the blocked user.