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:
4:3b34689ec230
Parent:
3:f317d057edde
--- a/BlinkLed.h	Tue May 24 06:38:16 2016 +0000
+++ b/BlinkLed.h	Wed May 25 21:10:22 2016 +0000
@@ -22,17 +22,7 @@
      */
     void startBlink();
       
-private:
-    /** Copy constructor
-     *  Disable because it is only declaration
-     */
-    BlinkLed(const BlinkLed&);
-    
-    /** Copy assignment operators
-     *  Disable because it is only declaration
-     */
-    BlinkLed& operator=(const BlinkLed&);
-    
+private:   
     /** Function for blinking
      *  This function will be bind to new thread
      */