Setting the led color based on the app state
[apps/native/gear-racing-car.git] / inc / resource / resource_led.h
index 9e13034..d134c07 100644 (file)
@@ -32,7 +32,7 @@ void resource_bi_led_set(bi_led_color_e color);
 void resource_bi_led_blink(bi_led_color_e color, unsigned timeout);
 void resource_rgb_gpio_set(bool red, bool green, bool blue);
 void resource_gpio_rgb_blink(bool red, bool green, bool blue, unsigned timeout);
-void resource_rgb_l2c_set(bool red, bool green, bool blue);
-void resource_rgb_l2c_blink(bool red, bool green, bool blue, unsigned timeout);
+void resource_rgb_l2c_set(int red, int green, int blue);
+void resource_rgb_l2c_blink(int red, int green, int blue, unsigned timeout);
 
 #endif /* RESOURCE_RESOURCE_LED_H_ */