The example program for mbed pin-compatible platforms - Blink the LED's alternately.

Dependencies:   mbed mbed-src

Fork of mbed_blinky by Mbed

Revision:
2:e73b698f2566
Parent:
1:f54cf65a063e
--- a/main.cpp	Fri Jan 31 05:55:49 2014 +0000
+++ b/main.cpp	Fri Jan 31 22:53:36 2014 +0000
@@ -1,4 +1,5 @@
 #include "mbed.h"
+#include "rtos.h"
 
 DigitalOut green(LED1);
 DigitalOut red(LED2);