Function |
|
LEDs On time setting (red as well as green) |
Purpose |
|
Specification of the "On" time for LEDs (either for a single flash or for blinking) |
Syntax |
|
void setOnPulsingLED(uns8 ticks) |
Parameters |
|
ticks: number of ticks (10 ms system intervals) (1-255) |
Return value |
|
– |
Output values |
|
– |
Preconditions |
|
– |
Remarks |
|
The default value is 5 (50 ms). |
Side effects |
|
– |
See also |
|
setOffPulsingLED, pulsingLEDR, pulseLEDR, pulsingLEDG, pulseLEDG |
Example |
|
See setOffPulsingLED |