Skip to content

Commit 2f95bc3

Browse files
authored
Merge pull request #226 from arduino/pennam_portenta_pdm_gain
Correct default PDM gain for Portenta
2 parents 755b1db + 69faa74 commit 2f95bc3

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)