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.
2 parents 755b1db + 69faa74 commit 2f95bc3Copy full SHA for 2f95bc3
libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino
@@ -33,7 +33,7 @@ void setup() {
33
PDM.onReceive(onPDMdata);
34
35
// Optionally set the gain
36
- // Defaults to 20 on the BLE Sense and -10 on the Portenta Vision Shield
+ // Defaults to 20 on the BLE Sense and 24 on the Portenta Vision Shield
37
// PDM.setGain(30);
38
39
// Initialize PDM with:
0 commit comments