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 46fc039 commit 69faa74Copy full SHA for 69faa74
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