We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b943e commit a914f70Copy full SHA for a914f70
src/AudioTools/AudioLibs/AudioESP32ULP.h
@@ -13,11 +13,14 @@
13
#error Only the ESP32 supports ULP audio output
14
#endif
15
#include "AudioLogger.h"
16
+#include "AudioTools/CoreAudio/AudioTypes.h"
17
+#include "AudioTools/CoreAudio/AudioOutput.h"
18
#include <driver/dac.h>
19
#include <driver/rtc_io.h>
20
#include <esp32/ulp.h>
21
#include <math.h>
22
#include <soc/rtc.h>
23
+#include "soc/rtc_io_reg.h"
24
25
namespace audio_tools {
26
0 commit comments