Setting the led color based on the app state
[apps/native/gear-racing-car.git] / src / lap_counter / lap_counter.c
index b096534..347c72f 100644 (file)
@@ -113,7 +113,9 @@ void lap_counter_get_lap_time()
                _calculate_lap_time(&s_info.last_timestamp, &timestamp);
        } else {
                _D("Initial lap");
-               resource_led_blink(LED_COLOR_RED, 1000);
+               resource_bi_led_blink(LED_COLOR_RED, 1000);
+               resource_gpio_rgb_blink(1, 0, 1, 1000);
+               resource_rgb_l2c_blink(255, 0, 255, 1000);
        }
 
        s_info.last_timestamp.tv_sec = timestamp.tv_sec;