Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos 4DGL-uLCD-SE
Diff: main.cpp
- Revision:
- 7:58575c249736
- Parent:
- 6:65bbd44cabd7
--- a/main.cpp	Mon Apr 27 00:56:36 2020 +0000
+++ b/main.cpp	Mon Apr 27 01:33:49 2020 +0000
@@ -89,7 +89,7 @@
             setGray = false;
         }
         setLCDGraphics(currTemp);
-        Thread::wait(3000);
+        Thread::wait(5000);
     }
 }
 
@@ -154,7 +154,7 @@
 
     uLCD.display_control(LANDSCAPE);
     uLCD.cls();
-    uLCD.baudrate(30000); //jack up baud rate
+    uLCD.baudrate(3000000); //jack up baud rate
     wait(1.0);
     uLCD.cls();
 
    