School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
14:3ac7c08dbc52
Parent:
10:137cf2c92871
--- a/setup_functions.h	Mon Jan 18 13:39:58 2021 +0000
+++ b/setup_functions.h	Mon Jan 18 16:13:13 2021 +0000
@@ -13,7 +13,7 @@
 
 /**
 Prompt user for confirmation if happy with inputted information
-@date 1/13/2021
+1/13/2021
 */
 void setup_confirm()
 {
@@ -41,7 +41,7 @@
 
 /**
 Show inputted information, and call setup_confirm to ask for confirmation.
-@date 1/13/2021
+1/13/2021
 */
 void setup_show_settings()
 {
@@ -55,7 +55,7 @@
 
 /**
 Function to set building and room. Will call setup_show_settings to show what has been inputted.
-@date 1/13/2021
+1/13/2021
 */
 void setup_set_room_and_building()
 {
@@ -81,7 +81,7 @@
 
 /**
 Function to run the initial setup process.
-@date 1/13/2021
+1/13/2021
 */
 void setup_run_setup()
 {