error 'PORTB' undeclared

Danois90:
The blink code does probably not access PORTB via a #define. Your code would have worked if you had accessed PORTB directly :slight_smile:

Aha, correct again.
Thanks.