mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 04:12:50 +00:00
Add support for TI LP5562 I2C 4-channel LED driver. Supported blinking period: 1ms - 1000ms Supported brightness value: 0% - 100% This driver supports the entire currently available API. Signed-off-by: Johannes Hutter <johannes@proglove.de>
6 lines
194 B
CMake
6 lines
194 B
CMake
zephyr_sources_ifdef(CONFIG_LP3943 lp3943.c)
|
|
zephyr_sources_ifdef(CONFIG_LP5562 lp5562.c)
|
|
zephyr_sources_ifdef(CONFIG_PCA9633 pca9633.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_USERSPACE led_handlers.c)
|