Skip to content

Commit

Permalink
fix out example
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Sep 20, 2022
1 parent 3a219b9 commit 2192094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/i2s-out/i2s-out.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void readToTransmit(uint8_t *buffer, uint16_t byteCount) {
void setup() {
Serial.begin(115200);
sineWave.begin(channels, sample_rate, N_B4);
startI2STransmit(&hi2s3, readToTransmit);
startI2STransmit(&hi2s3, readToTransmit, I2S_BUFFER_SIZE);
}

void loop() {
Expand Down

0 comments on commit 2192094

Please sign in to comment.