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.
Revision 1:a6142383bb3e, committed 2016-04-05
- Comitter:
- mabenim
- Date:
- Tue Apr 05 23:12:35 2016 +0000
- Parent:
- 0:089a2afb9d75
- Child:
- 2:08d2f9299433
- Commit message:
- Quitados los acentos
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 05 23:11:49 2016 +0000
+++ b/main.cpp Tue Apr 05 23:12:35 2016 +0000
@@ -24,8 +24,8 @@
}
pc.printf("Voltage %.5f V\n", voltage);
pc.printf("Temperatura = %.2f C\n", Temperatura);
- pc.printf("Temperatura máxima = %.2f C\n", Temperatura_max);
- pc.printf("Temperatura mínima = %.2f C\n", Temperatura_min);
+ pc.printf("Temperatura maxima = %.2f C\n", Temperatura_max);
+ pc.printf("Temperatura minima = %.2f C\n", Temperatura_min);
wait(60);
}
}