Skip to content

Commit 78a87c3

Browse files
committed
Added link to Learn guide for audiomp3
1 parent e30d510 commit 78a87c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/audiomp3/__init__.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131

3232
#include "shared-bindings/audiomp3/MP3Decoder.h"
3333

34-
//| """Support for MP3-compressed audio files"""
34+
//| """Support for MP3-compressed audio files
35+
//|
36+
//| For more infomration about working with MP3 files in CircuitPython,
37+
//| see `this CircuitPython Essentials Learn guide page
38+
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-mp3-audio>`_.
39+
//| """
3540
//|
3641

3742
STATIC const mp_rom_map_elem_t audiomp3_module_globals_table[] = {

0 commit comments

Comments
 (0)