PreviousNext
stopLEDR
Help > OS functions > LED indication > stopLEDR

Function

 

Red LED off, blinking stopped

Purpose

 

Stops the red LED activity on the OS background

Syntax

 

void stopLEDR()

Parameters

 

  –

Return value

 

  –

Output values

 

  –

Preconditions

 

  –

Remarks

 

  –

Side effects

 

  –

See also

 

setLEDR, pulseLEDR, pulsingLEDR

Example 1

 

pulsingLEDR();      // Start blinking on OS background

   ...              // Blinking continues during any operation

stopLEDR();         // Stop blinking

Example 2

 

pulseLEDR();        // Red LED On on OS background

   ...              // continuously lighting during any operation

                    // until specified time expired

stopLEDR();         // or LED is switched Off by this command

Example 3

 

setLEDR();          // Red LED on

   ...              // Shining continues

stopLEDR();         // Until stopped