ESPHome  2024.3.1
Namespaces | Functions | Variables
ledc_output.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::ledc
 

Functions

ledc_mode_t esphome::ledc::get_speed_mode (uint8_t channel)
 
float esphome::ledc::ledc_max_frequency_for_bit_depth (uint8_t bit_depth)
 
float esphome::ledc::ledc_min_frequency_for_bit_depth (uint8_t bit_depth, bool low_frequency)
 
optional< uint8_t > esphome::ledc::ledc_bit_depth_for_frequency (float frequency)
 
esp_err_t esphome::ledc::configure_timer_frequency (ledc_mode_t speed_mode, ledc_timer_t timer_num, ledc_channel_t chan_num, uint8_t channel, uint8_t &bit_depth, float frequency)
 

Variables

uint8_t esphome::ledc::next_ledc_channel = 0