Skip to content

Commit b9de863

Browse files
committed
receive-mp3.ino
1 parent 6246aaf commit b9de863

File tree

1 file changed

+2
-2
lines changed
  • examples/examples-communication/serial/mp3-custom/receive-mp3

1 file changed

+2
-2
lines changed

examples/examples-communication/serial/mp3-custom/receive-mp3/receive-mp3.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @file receive-mp3.ino
44
* @brief Example of receiving an mp3 stream over serial and playing it over I2S
55
* using the AudioTools library.
6-
* The processing implements a flow control using a custom digical pin. We process
7-
* the data receving in a separate task and the playback in the main loop.
6+
* The processing implements a flow control using a custom digital pin. We process
7+
* the data receiving in a separate task and the playback in the main loop.
88
*/
99

1010
#include "AudioTools.h"

0 commit comments

Comments
 (0)