8#include "driver/ledc.h"
10#include "freertos/FreeRTOS.h"
11#include "freertos/semphr.h"
12#include "freertos/task.h"
void led_set_brightness(uint8_t brightness)
Dynamically updates the LED maximum brightness.
led_mode_t
Available operational modes for the status LED.
@ LED_MODE_BOOT_BREATHING
void led_set_mode(led_mode_t mode)
Sets the current operational mode of the LED.
esp_err_t led_init(void)
Initializes the LEDC peripheral for the status LED.
Project-wide logging macros based on ESP-IDF's logging library.