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 2:ed92c558e40c, committed 2016-01-18
- Comitter:
- carlosgs
- Date:
- Mon Jan 18 15:28:41 2016 +0000
- Parent:
- 1:8936f9e1d2b1
- Commit message:
- Eliminado salto de linea al final
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8936f9e1d2b1 -r ed92c558e40c main.cpp
--- a/main.cpp Mon Jan 18 15:27:07 2016 +0000
+++ b/main.cpp Mon Jan 18 15:28:41 2016 +0000
@@ -15,7 +15,7 @@
while(1) {
if (pushbutton) {
- keyboard.printf("Texto enviado desde la MiniBlip como teclado virtual\n");
+ keyboard.printf("Texto enviado desde la MiniBlip como teclado virtual");
wait(1); // Waits 1 second before printing again
}
}