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 4a65e01 commit cb237a2Copy full SHA for cb237a2
arm/libraries/I2S/examples/soundPressureLevel/soundPressureLevel.ino
@@ -11,7 +11,7 @@
11
12
void setup()
13
{
14
- // Open serial communication with a baudrate of 115200
+ // Open serial communication with a baudrate of 1000000
15
Serial.begin(1000000);
16
// Wait until the serial port is connected
17
while (!Serial);
@@ -62,4 +62,4 @@ void loop()
62
}
63
Serial.println(maxSample - minSample);
64
65
-}
+}
0 commit comments