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:
- 3:58de9a09d797
- Child:
- 4:c849dfdaab59
diff -r dc140db16b42 -r 58de9a09d797 fim_de_curso.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fim_de_curso.cpp Mon May 02 13:09:44 2022 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+float Square(float x)
+{
+ float y;
+
+ y = x * x;
+ return( y );
+}
\ No newline at end of file
