19 #if CONFIG_HAL_BOARD == HAL_BOARD_LINUX 25 uint8_t off_brightness, uint8_t low_brightness, uint8_t medium_brightness, uint8_t high_brightness):
26 RGBLed(off_brightness, high_brightness, medium_brightness, low_brightness),
bool set_brightness(uint8_t brightness)
bool hw_set_rgb(uint8_t r, uint8_t g, uint8_t b) override
bool hw_init(void) override
Linux::Led_Sysfs blue_led
Linux::Led_Sysfs green_led
Led_Sysfs(const char *red, const char *green, const char *blue, uint8_t off_brightness=0xff, uint8_t low_brightness=0x00, uint8_t medium_brightness=0x00, uint8_t high_brightness=0x00)