Skip to content

Commit

Permalink
Update esp32_dac.rst (#4552)
Browse files Browse the repository at this point in the history
  • Loading branch information
maraid authored Feb 14, 2025
1 parent ae7ba38 commit 70be129
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/output/esp32_dac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ converter of the ESP32. Unlike the :doc:`/components/output/ledc`, which can sim
signal by using a fast switching frequency, the hardware DAC can output a *real* analog signal with
no need for additional filtering.

The DAC spans across two pins, each on its own channel: GPIO25 (Channel 1) and GPIO26 (Channel 2).
The DAC spans across two pins, each on its own channel:
- ESP32: GPIO25 (Channel 0) and GPIO26 (Channel 1).
- ESP32 S2: GPIO17 (Channel 0) and GPIO18 (Channel 1).

The output level is a percentage of the board supply voltage (VDD_A) - generally this will be 3.3 V.

Expand Down Expand Up @@ -41,8 +43,7 @@ The output level is a percentage of the board supply voltage (VDD_A) - generally
Configuration variables:
------------------------

- **pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): The pin to use DAC on. Only GPIO25
and GPIO26 are supported.
- **pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): The pin to use DAC on. See above for valid pin numbers.
- **id** (**Required**, :ref:`config-id`): The id to use for this output component.
- All other options from :ref:`Output <config-output>`.

Expand Down

0 comments on commit 70be129

Please sign in to comment.