diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-12-19 22:50:38 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-12-19 22:50:38 +0100 |
commit | 7da39894afb3db3cde4fca39c723a8a99d25daaf (patch) | |
tree | 45bf97a3150250abc0b7225fcfea0575270145fd | |
parent | 938daac013b3f04493bb34a67446da8f832e5b27 (diff) |
arduino sketch: removed debug setting of dawn time
-rw-r--r-- | arduino_sketch/fuzzy_alarm_clock_ds1307/fuzzy_alarm_clock_ds1307.pde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino_sketch/fuzzy_alarm_clock_ds1307/fuzzy_alarm_clock_ds1307.pde b/arduino_sketch/fuzzy_alarm_clock_ds1307/fuzzy_alarm_clock_ds1307.pde index 700e35e..7914dc5 100644 --- a/arduino_sketch/fuzzy_alarm_clock_ds1307/fuzzy_alarm_clock_ds1307.pde +++ b/arduino_sketch/fuzzy_alarm_clock_ds1307/fuzzy_alarm_clock_ds1307.pde @@ -3,7 +3,7 @@ #include <RealTimeClockDS1307.h> // minutes of "dawn" before alarm -#define TIN 2 +#define TIN 30 // "dawn" + "daylight" #define TDAY 45 // "dawn" + "daylight" + blue blinding light |