From 31cf09eef9aeb340a1dc17477d85b2720ca71079 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 17 Dec 2023 05:33:39 -0600 Subject: [PATCH] Update comment --- examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino b/examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino index cede1b0..53d7092 100644 --- a/examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino +++ b/examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino @@ -5,7 +5,7 @@ AutoAnalog aaAudio; void setup() { - //Startup the PDM Microphone on pin A0 and PWM(pseudo DAC) on pin 5 + //Startup the PDM Microphone and PWM(pseudo DAC) on pin 5 aaAudio.begin(1, 1); aaAudio.autoAdjust = 0; aaAudio.adcBitsPerSample = 16; // 16-bit audio at 16khz is the default on NRF52 and cannot be modified currently (in progress)