mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
Update adc.rst (#943)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
9955d40bf2
commit
dd1a739df4
@ -51,6 +51,8 @@ Configuration variables:
|
||||
filters:
|
||||
- multiply: 3.3
|
||||
|
||||
|
||||
|
||||
.. _adc-esp32_attenuation:
|
||||
|
||||
ESP32 Attenuation
|
||||
@ -88,6 +90,13 @@ To measure the VCC voltage, set ``pin:`` to ``VCC`` and make sure nothing is con
|
||||
pin: VCC
|
||||
name: "VCC Voltage"
|
||||
|
||||
Multiple ADC Sensors
|
||||
---------------------
|
||||
|
||||
You can only use as many ADC sensors as your device can support. The ESP8266 only has one ADC and can only handle one sensor at a time. For example, on the ESP8266, you can measure the value of an analog pin (A0 on ESP8266) or VCC (see below) but NOT both simultaneously. Using both at the same time will result in incorrect sensor values.
|
||||
|
||||
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user