School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
19:a23c25da398e
Parent:
18:11db143c0502
--- a/time_functions.h	Thu Jan 21 09:41:09 2021 +0000
+++ b/time_functions.h	Thu Jan 21 12:24:05 2021 +0000
@@ -20,11 +20,11 @@
  
     if (ntp.setTime("0.pool.ntp.org") == 0) 
     {
-        printf("Time successfully retrieved\n");        
+        printf("\nTime successfully retrieved\n");        
     } 
     else 
     {
-        printf("Failed to retrieve time from NTP server.\n");
+        printf("\nFailed to retrieve time from NTP server.\n");
     }
 
     eth.disconnect();