Projeto_Mecatronico_Team / Mbed 2 deprecated Projeto_Mecatronico

Dependencies:   mbed filesystem TextLCD

Fork of Projeto_Mecatronico by Fernando Sakabe

Revision:
4:c849dfdaab59
Parent:
3:58de9a09d797
--- 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