diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-09-02 23:16:54 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-09-02 23:16:54 +0200 |
commit | 363ed3f2033245b964b1441f8bb9dd0e62e7eb47 (patch) | |
tree | 4a973b8999538198c17743462dd9753279083b19 | |
parent | 6c0e2a0c7e4f79087eccaca34bdefe86b6a9c423 (diff) |
Small fixes
-rw-r--r-- | ds1307/arduino_sketch/fuzzy_alarm_clock_ds1307.pde | 3 |
1 files changed, 2 insertions, 1 deletions
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<s> - set an alarm"); - Serial.println(" <s> is"); + Serial.println(" <s> is nhhhhhhhhhh"); + Serial.println(" where hh are hex values"); Serial.println(" s<s> - set the clock"); Serial.println(" <s> is yymmgguHHMMSS"); Serial.println(" p - print the alarms"); |