Page 1 of 1

New dac driver for esp32

Posted: Sun Mar 19, 2023 3:12 pm
by ronysha
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?

Re: New dac driver for esp32

Posted: Mon Mar 20, 2023 12:45 am
by ESP_Sprite
That driver only exists in newer ESP-IDF versions (I think v5.0 and above), you may need to either switch to that or use the older driver.