Skip to content

Commit 2192094

Browse files
committed
fix out example
1 parent 3a219b9 commit 2192094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/i2s-out/i2s-out.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void readToTransmit(uint8_t *buffer, uint16_t byteCount) {
1818
void setup() {
1919
Serial.begin(115200);
2020
sineWave.begin(channels, sample_rate, N_B4);
21-
startI2STransmit(&hi2s3, readToTransmit);
21+
startI2STransmit(&hi2s3, readToTransmit, I2S_BUFFER_SIZE);
2222
}
2323

2424
void loop() {

0 commit comments

Comments
 (0)