libreria de erik

Dependents:   ImpresionGrupo ProyectoLeds1

Files at this revision

API Documentation at this revision

Comitter:
through
Date:
Tue Feb 16 15:52:00 2016 +0000
Parent:
1:52a0a559cd10
Commit message:
libreria de erik

Changed in this revision

erik1.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/erik1.h	Tue Feb 16 15:52:00 2016 +0000
@@ -0,0 +1,14 @@
+#ifndef erik1
+#define erik1
+#include "mbed.h"
+
+void erikled(){ 
+    
+        myled2 = 0;
+        wait(0.5);
+        myled2 = 1;
+        wait(0.5);
+        
+    }
+    
+#endif
\ No newline at end of file