v1.51.1
nRF52: Fix volume control in SD Auto example
nRF52: Fix error in PDM_PWMTest example
nRF52: Fix I2S stereo mode not being set back to mono after being set to stereo
nRF52: Add BLE Audio player examples for both mbed and non-mbed cores
nRF52: Adjust baseline I2S & PDM sample rates to handle standard sample rates better
nRF52: Allow users to select I2S pin numbers from sketch, add the following variables
- I2S_PIN_MCK; I2S_PORT_MCK;
- I2S_PIN_SCK; I2S_PORT_SCK;
- I2S_PIN_LRCK; I2S_PORT_LRCK;
- I2S_PIN_SDOUT; I2S_PORT_SDOUT;
For example call aaAudio.I2S_PIN_SDOUT = 5;
prior to calling begin(); in order to configure the output pin to GPIO 5, port 0.