Skip to content

Commit 69faa74

Browse files
authored
Correct default PDM gain for Portenta
1 parent 46fc039 commit 69faa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void setup() {
3333
PDM.onReceive(onPDMdata);
3434

3535
// Optionally set the gain
36-
// Defaults to 20 on the BLE Sense and -10 on the Portenta Vision Shield
36+
// Defaults to 20 on the BLE Sense and 24 on the Portenta Vision Shield
3737
// PDM.setGain(30);
3838

3939
// Initialize PDM with:

0 commit comments

Comments
 (0)