We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24c32f commit 372d7ffCopy full SHA for 372d7ff
source/MicroBitAudio.cpp
@@ -109,7 +109,7 @@ void MicroBitAudio::activateMic(){
109
runmic.setDigitalValue(1);
110
runmic.setHighDrive(true);
111
adc.activateChannel(mic);
112
- adc.getChannel(microphone, false)->setStartDelay(2);
+ adc.getChannel(microphone, false)->setStartDelay(3);
113
this->micEnabled = true;
114
}
115
0 commit comments