The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Revision:
9:2ef0f688c4e3
Parent:
8:21f7660df60b
Child:
10:3427cf55bbea
--- a/main.cpp	Sat Oct 25 17:14:30 2014 +0000
+++ b/main.cpp	Sat Oct 25 17:17:25 2014 +0000
@@ -11,8 +11,8 @@
          c=1;
         wait(1.0);
         a = 0;
-        b=1;
-        c=1;
+        b=0;
+        c=0;
         
         wait(1.0);
     }