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: BSP_DISCO_F746NG LCD_DISCO_F746NG mbed
Revision 1:1e7a982213e8, committed 2018-10-15
- 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 |
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);