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

#include <avr/io.h>


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

#endif