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@3:58de9a09d797, 2022-05-02 (annotated)
- Committer:
- ricardoparanhos
- Date:
- Mon May 02 13:09:44 2022 +0000
- Revision:
- 3:58de9a09d797
- Child:
- 4:c849dfdaab59
fim_de_curso
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 | 3:58de9a09d797 | 5 | float y; |
| ricardoparanhos | 3:58de9a09d797 | 6 | |
| ricardoparanhos | 3:58de9a09d797 | 7 | y = x * x; |
| ricardoparanhos | 3:58de9a09d797 | 8 | return( y ); |
| ricardoparanhos | 3:58de9a09d797 | 9 | } |
