Libreria Ochoa
Dependents: ImpresionGrupo ProyectoLeds1
Diff: OchoaL.h
- Revision:
- 5:d86c298d1dc8
diff -r a58c3af47884 -r d86c298d1dc8 OchoaL.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OchoaL.h Tue Feb 16 15:05:08 2016 +0000 @@ -0,0 +1,11 @@ +#ifndef OchoaL +#define OchoaL +#include "mbed.h" +void out_8a(){ + + salida=1; + wait (.5); + salida=0; + wait (.5); + } +#endif \ No newline at end of file