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 6246aaf commit b9de863Copy full SHA for b9de863
examples/examples-communication/serial/mp3-custom/receive-mp3/receive-mp3.ino
@@ -3,8 +3,8 @@
3
* @file receive-mp3.ino
4
* @brief Example of receiving an mp3 stream over serial and playing it over I2S
5
* 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.
+ * The processing implements a flow control using a custom digital pin. We process
+ * the data receiving in a separate task and the playback in the main loop.
8
*/
9
10
#include "AudioTools.h"
0 commit comments