libreria de erik

Dependents:   ImpresionGrupo ProyectoLeds1

Committer:
through
Date:
Tue Feb 16 14:26:25 2016 +0000
Revision:
0:736105807f0b
Child:
1:52a0a559cd10
libreria de erik

Who changed what in which revision?

UserRevisionLine numberNew contents of line
through 0:736105807f0b 1 #ifndef erik
through 0:736105807f0b 2 #define erik
through 0:736105807f0b 3 #include "mbed.h"
through 0:736105807f0b 4
through 0:736105807f0b 5 void erikm(){
through 0:736105807f0b 6
through 0:736105807f0b 7 pc.printf("Erik Garcia\n");
through 0:736105807f0b 8 wait(0.2);
through 0:736105807f0b 9
through 0:736105807f0b 10 }
through 0:736105807f0b 11
through 0:736105807f0b 12 #endif