Quick mini project by us all. By Kelly, Kristian, Kristina and Zara.

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG mbed

Revision:
1:1e7a982213e8
Parent:
0:93494a371b6e
diff -r 93494a371b6e -r 1e7a982213e8 main.cpp
--- a/main.cpp	Mon Oct 15 11:50:47 2018 +0000
+++ b/main.cpp	Mon Oct 15 12:44:52 2018 +0000
@@ -9,7 +9,7 @@
 void Temp() {
     float temp;
         
-        temp = temper.read()*27.21; //Reads the input
+        temp = temper.read()*34.37; //Reads the input
         char result[24];
         snprintf(result, sizeof(result)
         ,"Current temp are: %f",temp);