Library thread Blink Led or other processes use RTOS

Dependents:   LedsThreading

Fork of BlinkLed by Satoshi Togawa

Example

https://developer.mbed.org/users/AVELARDEV/code/LedsThreading/

Revision:
2:1d0c09c1a8b4
Parent:
0:a55a3351317d
Child:
3:f317d057edde
diff -r 54071e781f77 -r 1d0c09c1a8b4 BlinkLed.h
--- a/BlinkLed.h	Sat Sep 01 11:08:44 2012 +0000
+++ b/BlinkLed.h	Mon Dec 24 06:38:42 2012 +0000
@@ -25,6 +25,10 @@
     /** Finish biinking
      */
     void finishBlink();
+    
+    /** Check biinking
+     */
+    bool isBlinking();
       
 private:
     /** Copy constructor