School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
14:3ac7c08dbc52
Parent:
13:41debc0b9063
Child:
15:638e65c37d58
--- a/helper_functions.h	Mon Jan 18 13:39:58 2021 +0000
+++ b/helper_functions.h	Mon Jan 18 16:13:13 2021 +0000
@@ -17,7 +17,7 @@
 
 /**
 This function returns a rounded float value, used for temperature readings.
-@temp Temperature value to be rounded
+@param temp Temperature value to be rounded
 */
 float helper_round_temperature(float temp)
 {
@@ -26,7 +26,7 @@
 
 /**
 This function converts Celsius temperature to Fahrenheit.
-@temp Celsius value
+@param temp Celsius value
 */
 float helper_convert_celsius_to_fahrenheit(float temp)
 {
@@ -36,7 +36,7 @@
 
 /**
 This function reverses the bool value.
-@value Bool value to reverse.
+@@param value Bool value to reverse.
 1/18/2021
 */ 
 bool helper_reverse_bool(bool value)