From 363ed3f2033245b964b1441f8bb9dd0e62e7eb47 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 2 Sep 2011 23:16:54 +0200 Subject: Small fixes --- ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde b/ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde index 54c6993..f9d8ef4 100644 --- a/ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde +++ b/ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde @@ -233,7 +233,8 @@ void s_toggle_debug() { void s_print_help() { Serial.println(""); Serial.println(" a - set an alarm"); - Serial.println(" is"); + Serial.println(" is nhhhhhhhhhh"); + Serial.println(" where hh are hex values"); Serial.println(" s - set the clock"); Serial.println(" is yymmgguHHMMSS"); Serial.println(" p - print the alarms"); -- cgit v1.2.3