File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
examples/Audio_Examples/Audio_Example1_Play_Tone Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ void setup()
17
17
18
18
// Wait for user to press key to begin
19
19
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
+
20
29
Serial.println (F (" Press any key to begin" ));
21
30
22
31
while (!Serial.available ()) // Wait for the user to press a key (send any serial character)
You can’t perform that action at this time.
0 commit comments