mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 07:42:26 +01:00
Format
This commit is contained in:
@@ -12,8 +12,7 @@ namespace adc {
|
||||
ADC_MODE(ADC_VCC)
|
||||
#endif
|
||||
|
||||
class ADCSensor : public sensor::Sensor, public PollingComponent,
|
||||
public voltage_sampler::VoltageSampler {
|
||||
class ADCSensor : public sensor::Sensor, public PollingComponent, public voltage_sampler::VoltageSampler {
|
||||
public:
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
/// Set the attenuation for this pin. Only available on the ESP32.
|
||||
|
Reference in New Issue
Block a user