I need to to use combine a Bluetooth Receiver (Using A2DP library) and a MP3 player (Using Audio,h) library. The problem is both is using the same I2S library, so I need to switch between the libraries. I can start the A2DP and end the A2DP instance (using .end) to connect the Audio instance, but I can not end the Audio instance because the Audio.h library does not have a .end function. Any proposal on how to fix this.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.