| Function | 
 | A single green LED flash | 
| Purpose | 
 | Green LED flash on OS background | 
| Syntax | 
 | void pulseLEDG() | 
| Parameters | 
 | – | 
| Return value | 
 | – | 
| Output values | 
 | – | 
| Preconditions | 
 | Flash time should be defined in advance by setOnPulsingLED. | 
| Remarks | 
 | – | 
| Side effects | 
 | – | 
| See also | 
 | |
| Example | 
 | setOnPulsingLED(10); // 100 ms On pulseLEDG(); // Single green 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 |