#include #include #include #include "io.h" #define PIN_DATA 1 #define PIN_CLK 2 #define PIN_ACK 0 #define PIN_IN 4 #define PIN_LED 3 #include "bus.h" #include "timer.h" void init_interrupt() { MCUSR = 0; wdt_disable(); DDRB &= ~(1<