1234567891011121314151617181920 |
- #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LED_LED_H_
- #define ZEPHYR_INCLUDE_DT_BINDINGS_LED_LED_H_
- #define LED_COLOR_ID_WHITE 0
- #define LED_COLOR_ID_RED 1
- #define LED_COLOR_ID_GREEN 2
- #define LED_COLOR_ID_BLUE 3
- #define LED_COLOR_ID_AMBER 4
- #define LED_COLOR_ID_VIOLET 5
- #define LED_COLOR_ID_YELLOW 6
- #define LED_COLOR_ID_IR 7
- #define LED_COLOR_ID_MAX 8
- #endif
|