From 304195eacca1ebd86a3421dfd2babc760121bb59 Mon Sep 17 00:00:00 2001 From: Anastasia Pachni Tsitiridou Date: Mon, 17 Jun 2019 18:46:54 +0000 Subject: [PATCH] Update todoFindCoolNameForProject/todoFindCoolNameForProject.h --- todoFindCoolNameForProject/todoFindCoolNameForProject.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todoFindCoolNameForProject/todoFindCoolNameForProject.h b/todoFindCoolNameForProject/todoFindCoolNameForProject.h index f139866..2f98ebc 100644 --- a/todoFindCoolNameForProject/todoFindCoolNameForProject.h +++ b/todoFindCoolNameForProject/todoFindCoolNameForProject.h @@ -11,9 +11,9 @@ // Number of readings to average #define BUFFER_SIZE 24 // Interval between readings in milliseconds -#define SLEEP_INTERVAL 1000 +#define SLEEP_INTERVAL 1000 // ----> TODO 5000 // Duration of average temperature display -#define TEMPERATURE_DISPLAY_DURATION 2000 +#define TEMPERATURE_DISPLAY_DURATION 2000 // ----> TODO 10000 // Number of digits on the display #define NUMBER_OF_DIGITS 4 // Pin layout @@ -38,6 +38,7 @@ // Temperature thresholds #define LOW_TEMP 28 #define HIGH_TEMP 28 +#define HIGH_TEMP_RELAY 32 // Distance threshold #define DIST_THRESHOLD 10