PreviousNext
pulseLEDR
Help > OS functions > LED indication > pulseLEDR

Function

 

Single red LED flash

Purpose

 

Red LED flash on OS background

Syntax

 

void pulseLEDR()

Parameters

 

  –

Return value

 

  –

Output values

 

  –

Preconditions

 

Flash time should be defined in advance by setOnPulsingLED.

Remarks

 

 –

Side effects

 

See also

 

setOnPulsingLED, pulsingLEDR, setLEDR, stopLEDR

Example

 

setOnPulsingLED(10);      // 100 ms On

pulseLEDR();              // Single red LED flash for 100 ms on OS background

  ...                      // Program continues immediately,

                           // not waiting until the delay expires.

                           // LED will be switched off after 100 ms automatically