#ifndef _ROBOCUP_AVR_H_ #define _ROBOCUP_AVR_H_ #include int getButton(); void waitForButton(int i); #endif