|
Function |
|
Green LED off, blinking stopped |
|
Purpose |
|
Stops the green LED activity on the OS background |
|
Syntax |
|
void stopLEDG() |
|
Parameters |
|
– |
|
Return value |
|
– |
|
Output values |
|
– |
|
Preconditions |
|
– |
|
Remarks |
|
– |
|
Side effects |
|
– |
|
See also |
|
|
|
Example 1 |
|
pulsingLEDG(); // Start blinking on OS background ... // Blinking continues during any operation stopLEDG(); // Stop blinking |
|
Example 2 |
|
pulseLEDG(); // Green LED On on OS background ... // continuously lighting during any operation // until specified time expired stopLEDG(); // or LED is switched Off by this command |
|
Example 3 |
|
setLEDG(); // Green LED on ... // Shining continues stopLEDG(); // Until stopped |