1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-01 00:08:15 +00:00

clang-format

This commit is contained in:
Edward Firmo 2024-12-10 00:30:10 +01:00
parent 5a4e4f6454
commit bd0f859b8b
2 changed files with 32 additions and 33 deletions

View File

@ -63,7 +63,6 @@ static const adc_atten_t ADC_ATTEN_DB_12_COMPAT = ADC_ATTEN_DB_11;
class ADCSensor : public sensor::Sensor, public PollingComponent, public voltage_sampler::VoltageSampler {
public:
/// Update the sensor's state by reading the current ADC value.
/// This method is called periodically based on the update interval.
void update() override;