Skip to content

Commit 9b7a8bc

Browse files
committed
Add note to audio example about needing a codec
1 parent 80ee412 commit 9b7a8bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/Audio_Examples/Audio_Example1_Play_Tone/Audio_Example1_Play_Tone.ino

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ void setup()
1717

1818
// Wait for user to press key to begin
1919
Serial.println(F("u-blox Cellular Audio Example 1 - Play Tone"));
20+
21+
Serial.println();
22+
Serial.println(F("!!!!!!!! ATTENTION !!!!!!!! ATTENTION !!!!!!!! ATTENTION !!!!!!!!"));
23+
Serial.println(F("This example requires an audio codec attached to the I2S interface"));
24+
Serial.println(F("of the cellular modem. Please add one and update this example as"));
25+
Serial.println(F("needed to configure your audio codec!"));
26+
Serial.println(F("!!!!!!!! ATTENTION !!!!!!!! ATTENTION !!!!!!!! ATTENTION !!!!!!!!"));
27+
Serial.println();
28+
2029
Serial.println(F("Press any key to begin"));
2130

2231
while (!Serial.available()) // Wait for the user to press a key (send any serial character)

0 commit comments

Comments
 (0)