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.
Diff: main.cpp
- Revision:
- 4:e4c22c0ec2c2
- Parent:
- 3:5c5fdb28cdc0
- Child:
- 5:597a85f2a7c0
diff -r 5c5fdb28cdc0 -r e4c22c0ec2c2 main.cpp
--- a/main.cpp Tue Apr 28 02:13:47 2020 +0000
+++ b/main.cpp Tue Apr 28 02:23:08 2020 +0000
@@ -10,7 +10,7 @@
int numdeletras=sizeof(letras)/sizeof(letras[0])-1;
DigitalOut Ledrojo(PTB22);
DigitalOut Ledazul(PTB21);
-DigitalOut Ledverde(PTE26)
+DigitalOut Ledverde(PTE26);
InterruptIn bot(PTA4);
void funcion ();
@@ -29,7 +29,7 @@
com1.printf("La letra en la posicion 2,2 es minuscula\n \n \n \n");
Ledrojo=0;
Ledazul=1;
- Ledverde=1
+ Ledverde=1;
}
else{
com1.printf("La letra en la posicion 2,2 es mayuscula\n \n \n \n ");