From 69faa746c403a13b096ecc368e329044f9b38a2a Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 20 May 2021 11:14:32 +0200 Subject: [PATCH] Correct default PDM gain for Portenta --- libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino b/libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino index 35ff3e9f2..370f015de 100755 --- a/libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino +++ b/libraries/PDM/examples/PDMSerialPlotter/PDMSerialPlotter.ino @@ -33,7 +33,7 @@ void setup() { PDM.onReceive(onPDMdata); // Optionally set the gain - // 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 // PDM.setGain(30); // Initialize PDM with: