Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Dec 17, 2023
1 parent e77aa64 commit 31cf09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NRF52_PDM_PWMTest/NRF52_PDM_PWMTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 31cf09e

Please sign in to comment.