Exemple Entrées/Sorties (I/O) NBoard

Dependencies:   mbed

Fork of NBoard_IO by NBoard

Files at this revision

API Documentation at this revision

Comitter:
gr66
Date:
Mon Nov 07 20:35:15 2016 +0000
Parent:
0:859bc4257c1c
Commit message:
v11

Changed in this revision

NBoard_IO.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NBoard_IO.cpp	Mon Nov 07 11:13:20 2016 +0000
+++ b/NBoard_IO.cpp	Mon Nov 07 20:35:15 2016 +0000
@@ -9,7 +9,7 @@
         Led0 = 1;   // Led0 is ON
         wait(0.2);  // 200 ms
         Led0 = 0;   // Led0 is OFF
-        wait(0.5);  // 1 sec
+        wait(0.2);  // 200 ms
         if(!BP0) MonBus=1;
         else MonBus=2;
     }