summaryrefslogtreecommitdiffstats
path: root/avr.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-18 00:10:05 +0200
committerneoraider <devnull@localhost>2007-04-18 00:10:05 +0200
commite7e1634240c78c7abbdc7fc6e0af1beddaea1d45 (patch)
treee09406ef8e02fbd7923734acb2e36d5e93d8f6db /avr.h
parentd02fbc84105ff2da74f03fd658ace8919e3e9437 (diff)
downloadrc2007-rescue-e7e1634240c78c7abbdc7fc6e0af1beddaea1d45.tar
rc2007-rescue-e7e1634240c78c7abbdc7fc6e0af1beddaea1d45.zip
Linienverfolgung implementiert
Diffstat (limited to 'avr.h')
-rw-r--r--avr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avr.h b/avr.h
index c75d4cf..851f1ff 100644
--- a/avr.h
+++ b/avr.h
@@ -7,4 +7,7 @@
int getButton();
void waitForButton(int i);
+void beep(unsigned long freq);
+void beepOff();
+
#endif