School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
10:137cf2c92871
Parent:
8:1a1e7cf7dcb6
Child:
13:41debc0b9063
--- a/helper_functions.h	Thu Jan 14 14:07:01 2021 +0000
+++ b/helper_functions.h	Fri Jan 15 09:27:26 2021 +0000
@@ -1,12 +1,13 @@
 /**
-@file helper_functions.h
-@brief Contains functions to help with general tasks
-@author Tu Tri Huynh
-@date 1/14/2021
+@file    helper_functions.h
+@author  Tu Tri Huynh
+@date    January 14, 2021
+@brief   Functions to help with general tasks.
 */
 
 /**
 This function returns the percentage of AnalogIn sensor read values that by default are floating point numbers between 0.00 to 1.00.
+@read_value Float value from the read() function in analog units.
 1/14/2021
 */
 int helper_get_sensor_read_in_percent(float read_value)