Search found 2 matches

by ronysha
Sun Mar 19, 2023 3:12 pm
Forum: ESP-IDF
Topic: New dac driver for esp32
Replies: 1
Views: 915

New dac driver for esp32

When I add #include "driver/dac_continuous.h" compiler can't find it.
I cannot find it in the driver's folder
From where do I download support for this feature?
by ronysha
Wed Mar 01, 2023 8:43 pm
Forum: ESP32 Arduino
Topic: dma to dac
Replies: 0
Views: 721

dma to dac

I am trying to send very low frequency waves (around 3 hz) to the dac using dma.
How can I do it without SPI?
Thanks