From f5f7a5ce9b81324f7fb18d178de3897b2ca0632b Mon Sep 17 00:00:00 2001 From: Vidister Date: Tue, 18 Jul 2017 23:32:30 +0200 Subject: Second approach --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c5e4f3f..34a2107 100644 --- a/main.c +++ b/main.c @@ -7,7 +7,7 @@ #define HZ 15625ULL // Frequency #define TIMEOUT_SEC 4 // time after clicking once till the lamp/bell goes on -#define MIN_PULSE_WIDTH_MS 25 // Time the button needs to be pressed till in ms +#define MIN_PULSE_WIDTH_MS 50 // Time the button needs to be pressed till in ms #define RING_DURATION_SEC 20 // Time the lamp lights up in sec #define OPEN_DURATION_SEC 4 // Door open duration in sec #define THURSDAY_TIMEOUT_MIN 420UL // Minutes till Thursday is disabled -- cgit