Libreria Ochoa

Dependents:   ImpresionGrupo ProyectoLeds1

Files at this revision

API Documentation at this revision

Comitter:
verden32
Date:
Tue Feb 16 15:05:08 2016 +0000
Parent:
4:a58c3af47884
Commit message:
parte L 8a

Changed in this revision

OchoaL.h Show annotated file Show diff for this revision Revisions of this file
--- /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