summaryrefslogtreecommitdiffstats
path: root/avr.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-04 14:08:03 +0200
committerneoraider <devnull@localhost>2007-04-04 14:08:03 +0200
commite26a1dc73313098cef235918d237f9b1a6e4cb5f (patch)
tree0dfc7f873db2f228b39509daed9b1e01cb5739dd /avr.h
parentdc1306244e3a7853c31cd94c5ac3d97aa6e6c0d5 (diff)
downloadrc2007-rescue-e26a1dc73313098cef235918d237f9b1a6e4cb5f.tar
rc2007-rescue-e26a1dc73313098cef235918d237f9b1a6e4cb5f.zip
Rescue: Weitere Grundfunktionen 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 3727bdf..2d13616 100644
--- a/avr.h
+++ b/avr.h
@@ -13,4 +13,7 @@ typedef struct {
void setMotorSpeed(MOTOR *motor, int speed);
+int getButton();
+void waitForButton(int i);
+
#endif