Search found 1 match

by BREDFERN
Mon Dec 30, 2024 12:20 am
Forum: ESP32 Arduino
Topic: Xtronical DAC Audio Library and Arduino esp32 Board Manager 2.0.2
Replies: 7
Views: 13891

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

I fixed the timer problems by updating the timer functions in XT_DAC_Audio.cpp based on m8nix70 suggestions in
https://esp32.com/viewtopic.php?t=43217

// Set up interrupt routine
timer = timerBegin(1000000); // use timer TimerNo, pre-scaler is 80 (divide by 8000), count up
timerAttachInterrupt ...

Go to advanced search