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 filesystem TextLCD
Fork of Projeto_Mecatronico by
Diff: fim_de_curso.cpp
- Revision:
- 4:c849dfdaab59
- Parent:
- 3:58de9a09d797
diff -r 58de9a09d797 -r c849dfdaab59 fim_de_curso.cpp
--- a/fim_de_curso.cpp Mon May 02 13:09:44 2022 +0000
+++ b/fim_de_curso.cpp Mon May 02 13:16:37 2022 +0000
@@ -2,8 +2,8 @@
float Square(float x)
{
- float y;
+ float h;
- y = x * x;
- return( y );
+ h = x * x;
+ return( h );
}
\ No newline at end of file
