Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BlinkLed by
BlinkLed Class Reference
LED which blinks automatically with RTOS. More...
#include <BlinkLed.h>
Public Member Functions | |
| BlinkLed (PinName, int) | |
| Constructor. | |
| ~BlinkLed () | |
| Destructor. | |
| void | startBlink () |
| Start biinking. | |
Detailed Description
LED which blinks automatically with RTOS.
Definition at line 10 of file BlinkLed.h.
Constructor & Destructor Documentation
| BlinkLed | ( | PinName | pin, |
| int | n | ||
| ) |
Constructor.
Definition at line 3 of file BlinkLed.cpp.
| ~BlinkLed | ( | ) |
Destructor.
Definition at line 9 of file BlinkLed.cpp.
Member Function Documentation
| void startBlink | ( | ) |
Start biinking.
Definition at line 13 of file BlinkLed.cpp.
Generated on Mon Jul 18 2022 19:54:30 by
1.7.2
