PRO2_Team 1_collected code with ticker and headers_not working yet

Dependencies:   SHTx mbed

Fork of PRO2_samlet_kode by Olga Høyer

Revision:
6:12f1849aad21
Parent:
1:135bd458e39e
Child:
11:3ff48fb0aa0b
diff -r b366110c0d59 -r 12f1849aad21 compare.h
--- a/compare.h	Wed May 24 09:34:54 2017 +0000
+++ b/compare.h	Wed May 24 11:19:51 2017 +0000
@@ -1,16 +1,25 @@
-//Author : Olga Hoeyer
-//Date : 18 May 2017
-//Version : 2.0
-//Changes: Structure changed to modular, to ease future use of the funktion.
-//Copyright : Open for everyone
-//
-// Description : Analysis part for EDE PRO2 Team 1 project. 
-//Program takes temperature and humidity as arguments (read from sensors), 
-//together with lower and higher limit on temperature and evaluate air quality. 
-//Output is status (int, from 1 to 5).
-//
-// Usage: Compare_values(float hum, float temp, 
-//                       int temperature_low, int temperature_high)
+/*
+-------------------------------------------------------------------------------
+-- Project:         PRO2 "Awareness and Optimisation of energy consumption"
+-- Team:            Team 1
+
+-- File Name:       compare.h
+-- Author:          Olga Hoeyer
+-- Date:            18/05-2017
+-- Copyright:       Open to all
+-- Version:         2.0 - .cpp and .h files are created.
+--
+-- Description:     Analysis part for EDE PRO2 Team 1.
+--                  Program takes temperature and humidity as arguments
+--                  (read from sensors), together with lower and higher limit
+--                  on temperature and evaluate air quality.
+--                  Output is status (int, from 1 to 5).
+--
+-- Usage:           Compare_values(float hum, float temp, 
+--                       int temperature_low, int temperature_high)
+-------------------------------------------------------------------------------
+*/
+
 
 int Compare_values(float hum, float temp, 
                     int temperature_low, int temperature_high);
\ No newline at end of file