/* beep.c */ #include #include "common.h" #define DDR_BEEP DDRB #define PORT_BEEP PORTB #define PIN_BEEP 1 void beep_on(void) { TIMSK1 = 0; TCCR1A = (1<