summaryrefslogtreecommitdiffstats
path: root/avr.h
blob: de4e6e4cd94aad6df0bc051cc6726fb96fdc353b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ROBOCUP_AVR_H_
#define _ROBOCUP_AVR_H_

#include <stdint.h>


int getButton();
void waitForButton(int i);

#endif