Exo

Dependencies:   mbed

Revision:
0:5e3f36cc8e4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue May 29 14:11:03 2018 +0000
@@ -0,0 +1,16 @@
+#include "Nboard.h"
+
+
+int main() {
+    while(1) {
+        
+        if (bou1 ==0){
+            while (bou1==0){}
+            Bus8Leds = 0x0f;
+            wait(0.2);
+            Bus8Leds =0x00;
+            }
+        
+    
+    }
+}