API for the hub built-in status light.
More...
|
| pbio_error_t | hub_light_on_hsv (const pbio_color_hsv_t *hsv) |
| | Turn the light on with specified color.
|
| |
| pbio_error_t | hub_light_on_color (pbio_color_t color) |
| | Turn the light on with specified color.
|
| |
| pbio_error_t | hub_light_off (void) |
| | Turn the light off.
|
| |
API for the hub built-in status light.
◆ hub_light_off()
| pbio_error_t hub_light_off |
( |
void | | ) |
|
Turn the light off.
- Return values
-
◆ hub_light_on_color()
| pbio_error_t hub_light_on_color |
( |
pbio_color_t | color | ) |
|
Turn the light on with specified color.
- Parameters
-
- Return values
-
◆ hub_light_on_hsv()
| pbio_error_t hub_light_on_hsv |
( |
const pbio_color_hsv_t * | hsv | ) |
|
Turn the light on with specified color.
- Parameters
-
- Return values
-