Search found 1 match

by randynwalsh
Mon Jun 27, 2022 10:06 pm
Forum: ESP32 Arduino
Topic: Xtronical DAC Audio Library and Arduino esp32 Board Manager 2.0.2
Replies: 6
Views: 7098

Re: Xtronical DAC Audio Library and Arduino esp32 Board Manager 2.0.2

The code file XT_DAC_Audio.cpp needs to have the include:

#include "soc/rtc_io_reg.h"

added. This is where the definitions for RTC_IO_PAD_DAC1_REG are located.