#include "at90s8515.h" int main (void) { DDRB = 0xff; DDRD = 0x0; while (1) { PORTB = PIND; } return 0; }