Searched refs:led_strip_hsv2rgb (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/rmt/led_strip/main/ |
D | led_strip_main.c | 28 void led_strip_hsv2rgb(uint32_t h, uint32_t s, uint32_t v, uint32_t *r, uint32_t *g, uint32_t *b) in led_strip_hsv2rgb() function 104 led_strip_hsv2rgb(hue, 100, 100, &red, &green, &blue); in app_main()
|