#include void main(void) { unsigned char z; DDRB = 0xFF; for(z=0;z<=255;z++) PORTB = z; while(1); }