libreria de erik

Dependents:   ImpresionGrupo ProyectoLeds1

Committer:
through
Date:
Tue Feb 16 14:35:32 2016 +0000
Revision:
1:52a0a559cd10
Parent:
0:736105807f0b
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 1:52a0a559cd10 5 void erik_m(){
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