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 851f1ff..2925bec 100644
--- a/avr.h
+++ b/avr.h
@@ -10,4 +10,7 @@ void waitForButton(int i);
void beep(unsigned long freq);
void beepOff();
+void ledOn();
+void ledOff();
+
#endif