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 9ce4afa commit fbc671aCopy full SHA for fbc671a
examples/examples-audiokit/basic-audiokit-a2dp/basic-audiokit-a2dp.ino
@@ -1,8 +1,7 @@
1
/**
2
* @file base-audiokit-a2dp.ino
3
* @author Phil Schatzmann
4
- * @brief We play mp4 files to an A2DP speaker
5
- * make sure that you compile with partition scheme: huge app
+ * @brief We play the input from the ADC to an A2DP speaker
6
* @copyright GPLv3
7
*/
8
@@ -41,4 +40,4 @@ void setup(void) {
41
40
42
// Arduino loop - repeated processing
43
void loop() {
44
-}
+}
0 commit comments