![]() |
Edge AI Add-on API 2.2.0
|
| int led_set_leds | ( | float | led0_brightness, |
| float | led1_brightness, | ||
| float | led2_brightness ) |
#include <applications/gesture_recognition/src/hw_modules/led/led.h>
Turn on LED channels 0..2 with specific brightness.
| led0_brightness | LED0 (red on RGB boards) brightness in range 0 - 1 |
| led1_brightness | LED1 (green on RGB boards) brightness in range 0 - 1 |
| led2_brightness | LED2 (blue on RGB boards) brightness in range 0 - 1 |