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
fim_de_curso.cpp
- Committer:
- ricardoparanhos
- Date:
- 2022-05-02
- Revision:
- 4:c849dfdaab59
- Parent:
- 3:58de9a09d797
File content as of revision 4:c849dfdaab59:
#include "mbed.h"
float Square(float x)
{
float h;
h = x * x;
return( h );
}
