diff options
Diffstat (limited to 'ds1307')
-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"); |