Skip to content

Commit

Permalink
I2SDriverRP2040 getOverUnderflow()
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Jan 8, 2025
1 parent 50b7a1e commit 451392a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AudioTools/CoreAudio/AudioI2S/I2SRP2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ class I2SDriverRP2040 {

void flush() { i2s.flush(); }

bool getOverUnderflow() {
return i2s.getOverUnderflow() ;
}

protected:
I2SConfigStd cfg;
I2S i2s;
Expand Down

0 comments on commit 451392a

Please sign in to comment.