Skip to content

Commit cb237a2

Browse files
authored
Update soundPressureLevel.ino
1 parent 4a65e01 commit cb237a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm/libraries/I2S/examples/soundPressureLevel/soundPressureLevel.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
void setup()
1313
{
14-
// Open serial communication with a baudrate of 115200
14+
// Open serial communication with a baudrate of 1000000
1515
Serial.begin(1000000);
1616
// Wait until the serial port is connected
1717
while (!Serial);
@@ -62,4 +62,4 @@ void loop()
6262
}
6363
Serial.println(maxSample - minSample);
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)