10 lines
123 B
C
10 lines
123 B
C
#ifndef _ROBOCUP_AVR_H_
|
|
#define _ROBOCUP_AVR_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
int getButton();
|
|
void waitForButton(int i);
|
|
|
|
#endif
|