ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::adc Namespace Reference

Data Structures

class  ADCSensor
 
class  Aggregator
 

Enumerations

enum class  SamplingMode : uint8_t { AVG = 0 , MIN = 1 , MAX = 2 }
 

Functions

const LogString * sampling_mode_to_str (SamplingMode mode)
 

Enumeration Type Documentation

◆ SamplingMode

enum class esphome::adc::SamplingMode : uint8_t
strong
Enumerator
AVG 
MIN 
MAX 

Definition at line 31 of file adc_sensor.h.

Function Documentation

◆ sampling_mode_to_str()

const LogString * esphome::adc::sampling_mode_to_str ( SamplingMode mode)

Definition at line 9 of file adc_sensor_common.cpp.