summaryrefslogtreecommitdiffstats
path: root/avr.h
blob: 851f1ff5a6f0f5f77fcd98ba4b529cad5e8957b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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