School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
4:1a12157689a7
Parent:
3:02e7aac23ff9
Child:
6:aecab8e3acad
--- a/main.cpp	Wed Jan 13 12:11:54 2021 +0000
+++ b/main.cpp	Wed Jan 13 13:53:02 2021 +0000
@@ -1,6 +1,7 @@
 /**
 @file main.cpp
 @brief Light Control System to automatically dimmer or increase light levels depending on registered light intensity.
+Made for STM32F746G-DISCOVERY
 
 @author Tu Tri Huynh
 
@@ -16,7 +17,7 @@
 DigitalOut myled(LED1);
 
 #include "setup_functions.h"
-
+#include "lcd_functions.h"
  
 
 
@@ -24,10 +25,13 @@
     /*
     printf("Mbed OS version: %d,%d,%d\n\n",MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION);
     */
-    
+    lcd_initialize();
+    lcd_show_setup_screen();
     setup_run_setup();
     while(1)
     {
+        
+        
         /** 01/13/2021 Used to test the controller and make sure that it functions.*/
         /**
         printf("This is a test.\n");