![]() |
nRF Connect SDK API 3.3.99
|
| #define LED_EFFECT_LED_ON_GO_OFF | ( | _color, | |
| _on_time, | |||
| _off_delay ) |
#include <include/caf/led_effect.h>
Create LED turned on for a brief period effect initializer.
LED color remains constant for a defined time, then goes off.
| _color | Selected LED color. |
| _on_time | Time LED will remain on in milliseconds. |
| _off_delay | Time in which LED will gradually switch to off (in milliseconds). |