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

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG mbed

Files at this revision

API Documentation at this revision

Comitter:
KellanySDE
Date:
Mon Oct 15 12:44:52 2018 +0000
Parent:
0:93494a371b6e
Commit message:
UPDATED

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);