1
0
This commit is contained in:
2025-10-10 02:17:07 +02:00
commit ee9f86004b
48 changed files with 2161 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#include "smt4497-P1.h"
int ej1_8()
{
printf("Pulsa una tecla para salir \n");
int contador = 0;
int tecla = 0;
printf("Tam. contador: %d bytes\n", sizeof(contador));
while (tecla = 0)
{
printf("\r%d ", ++contador);
tecla = esperaPulseTecla(0);
}
}