mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'docs/dac_dma_esp32s2' into 'master'
docs: updates the dac part on ESP32S2. See merge request espressif/esp-idf!11821
This commit is contained in:
@@ -13,7 +13,14 @@ Overview
|
||||
|
||||
The DAC driver allows these channels to be set to arbitrary voltages.
|
||||
|
||||
The DAC channels can also be driven with DMA-style written sample data, via the :doc:`I2S driver <i2s>` when using the "built-in DAC mode".
|
||||
.. only:: esp32
|
||||
|
||||
The DAC channels can also be driven with DMA-style written sample data by the digital controller, via the :doc:`I2S driver <i2s>` when using the "built-in DAC mode".
|
||||
|
||||
.. only:: esp32s2
|
||||
|
||||
The DAC channels can also be driven with DMA-style written sample data by the digital controller, however the driver does not supported this yet.
|
||||
|
||||
|
||||
For other analog output options, see the :doc:`Sigma-delta Modulation module <sigmadelta>` and the :doc:`LED Control module <ledc>`. Both these modules produce high frequency PWM output, which can be hardware low-pass filtered in order to generate a lower frequency analog output.
|
||||
|
||||
|
Reference in New Issue
Block a user