summaryrefslogtreecommitdiffstats
path: root/avr.h
diff options
context:
space:
mode:
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