#ifndef _ROBOCUP_AVR_H_
#define _ROBOCUP_AVR_H_
#include <avr/io.h>
int getButton();
void waitForButton(int i);
void beep(unsigned long freq);
void beepOff();
#endif