summaryrefslogtreecommitdiff
path: root/Puzzle_Box/Puzzle_Box.h
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzle_Box/Puzzle_Box.h')
-rw-r--r--Puzzle_Box/Puzzle_Box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Puzzle_Box/Puzzle_Box.h b/Puzzle_Box/Puzzle_Box.h
index a558803..d792511 100644
--- a/Puzzle_Box/Puzzle_Box.h
+++ b/Puzzle_Box/Puzzle_Box.h
@@ -14,13 +14,14 @@ static const int BUTTON_PIN = 1; // The pin for the button.
void Msg(LiquidCrystal &lcd, const char *top, const char *bottom, unsigned long del);
void drawEye(int location);
void stepEyeAnimation();
-void blinkEye();
+void toggleEye(bool on);
void doMainStage();
void doButtonStage();
void doUpdateDistance();
void doCheckOverrideSerial();
void doCheckAccess();
void PowerOff();
+float toRandomUnit(int choice, float dist);
/* Fixed values should not need changing */
static const int DEF_ATTEMPT_MAX = 50;