Library thread Blink Led or other processes use RTOS
Fork of BlinkLed by
Example
https://developer.mbed.org/users/AVELARDEV/code/LedsThreading/
Revision 4:3b34689ec230, committed 2016-05-25
- Comitter:
- AVELARDEV
- Date:
- Wed May 25 21:10:22 2016 +0000
- Parent:
- 3:f317d057edde
- Commit message:
- remove functions
Changed in this revision
BlinkLed.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f317d057edde -r 3b34689ec230 BlinkLed.h --- 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 */