Skip to content

Commit 4a795e6

Browse files
committed
namespace and doxygen
1 parent 38c1c3e commit 4a795e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/AudioLibs/AudioMP34DT05.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include "AudioTools/AudioStreams.h"
33
#include "PDM.h"
44

5+
namespace audio_tools {
6+
57
/**
68
* @brief Config for MP34DT05 Microphone. Supported sample rates 16000, 41667,
79
* Supported bits_per_sample only 16
@@ -106,4 +108,6 @@ class AudioMP34DT05 : public AudioStreamX {
106108
}
107109

108110
static void onReceiveStatic() { selfAudioMP34DT05->onReceive(); }
109-
};
111+
};
112+
113+
} // namespace

0 commit comments

Comments
 (0)