#include int main(void) { DDRB = 0xFF; while (1) { PORTB = PORTB + 1; } return 0; }