Chido Genial / Mbed 2 deprecated practica5_1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
edwinjair
Date:
Sat Apr 11 22:56:00 2020 +0000
Parent:
27:f49a13e3c1b3
Commit message:
Practica 5 ejercicio 1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 11 21:33:41 2020 +0000
+++ b/main.cpp	Sat Apr 11 22:56:00 2020 +0000
@@ -18,7 +18,7 @@
         for (int columna = 0; columna < 10; columna++)
         {
             matriz[fila][columna] = 1 + rand() % 256;
-            com1.printf("%d",matriz[fila][columna]);
+            com1.printf(" %d",matriz[fila][columna]);
         }
         com1.printf("\n");
     }