|
Zephyr Project API 4.4.0
A Scalable Open Source RTOS
|
@driver_ops{LED Strip} More...
#include <led_strip.h>
Data Fields | |
| led_api_update_rgb | update_rgb |
| @driver_ops_mandatory Update an LED strip with the given RGB array. | |
| led_api_length | length |
| @driver_ops_mandatory Get chain length (in pixels) of an LED strip device. | |
| led_api_update_channels | update_channels |
| @driver_ops_optional Update an LED strip with the given channel array. | |
@driver_ops{LED Strip}
| led_api_length led_strip_driver_api::length |
@driver_ops_mandatory Get chain length (in pixels) of an LED strip device.
| led_api_update_channels led_strip_driver_api::update_channels |
@driver_ops_optional Update an LED strip with the given channel array.
| led_api_update_rgb led_strip_driver_api::update_rgb |
@driver_ops_mandatory Update an LED strip with the given RGB array.