libreria de erik
Dependents: ImpresionGrupo ProyectoLeds1
erik.h@2:7bf7087d4f5c, 2016-02-16 (annotated)
- Committer:
- through
- Date:
- Tue Feb 16 15:52:00 2016 +0000
- Revision:
- 2:7bf7087d4f5c
- Parent:
- 1:52a0a559cd10
libreria de erik
Who changed what in which revision?
User | Revision | Line number | New 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 |