42#include <pbio/error.h>
43#include <pbio/color.h>
pbio_error_t hub_light_on_color(pbio_color_t color)
Turn the light on with specified color.
Definition light.c:25
pbio_error_t hub_light_off(void)
Turn the light off.
Definition light.c:29
pbio_error_t hub_light_on_hsv(const pbio_color_hsv_t *hsv)
Turn the light on with specified color.
Definition light.c:21