Home
last modified time | relevance | path

Searched refs:which_color (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/
Dmain.c21 static uint8_t which_color = sx1509b_red; variable
32 if (which_color == sx1509b_red) { in rgb_work_handler()
39 which_color = sx1509b_green; in rgb_work_handler()
42 } else if (which_color == sx1509b_green) { in rgb_work_handler()
50 which_color = sx1509b_blue; in rgb_work_handler()
53 } else if (which_color == sx1509b_blue) { in rgb_work_handler()
60 which_color = sx1509b_red; in rgb_work_handler()