This patch introduces the "led" shell command. This allows to run the LED API functions (and to test the LED drivers) from the Zephyr shell. The following subcommands are supported: - on - off - get_info - set_brightness - set_color - set_channel - write_channels Signed-off-by: Simon Guinot <simon.guinot@seagate.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ht16k33.c | ||
| Kconfig | ||
| Kconfig.ht16k33 | ||
| Kconfig.lp503x | ||
| Kconfig.lp3943 | ||
| Kconfig.lp5562 | ||
| Kconfig.pca9633 | ||
| led_context.h | ||
| led_handlers.c | ||
| led_shell.c | ||
| lp503x.c | ||
| lp3943.c | ||
| lp5562.c | ||
| pca9633.c | ||