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@4:c849dfdaab59, 2022-05-02 (annotated)
- Committer:
- ricardoparanhos
- Date:
- Mon May 02 13:16:37 2022 +0000
- Revision:
- 4:c849dfdaab59
- Parent:
- 3:58de9a09d797
fim_de_curso_teste
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ricardoparanhos | 3:58de9a09d797 | 1 | #include "mbed.h" |
| ricardoparanhos | 3:58de9a09d797 | 2 | |
| ricardoparanhos | 3:58de9a09d797 | 3 | float Square(float x) |
| ricardoparanhos | 3:58de9a09d797 | 4 | { |
| ricardoparanhos | 4:c849dfdaab59 | 5 | float h; |
| ricardoparanhos | 3:58de9a09d797 | 6 | |
| ricardoparanhos | 4:c849dfdaab59 | 7 | h = x * x; |
| ricardoparanhos | 4:c849dfdaab59 | 8 | return( h ); |
| ricardoparanhos | 3:58de9a09d797 | 9 | } |
