We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a219b9 commit 2192094Copy full SHA for 2192094
examples/i2s-out/i2s-out.ino
@@ -18,7 +18,7 @@ void readToTransmit(uint8_t *buffer, uint16_t byteCount) {
18
void setup() {
19
Serial.begin(115200);
20
sineWave.begin(channels, sample_rate, N_B4);
21
- startI2STransmit(&hi2s3, readToTransmit);
+ startI2STransmit(&hi2s3, readToTransmit, I2S_BUFFER_SIZE);
22
}
23
24
void loop() {
0 commit comments