Added link to Learn guide for audiomp3

This commit is contained in:
Alec Delaney 2022-05-13 11:15:05 -04:00
parent e30d510192
commit 78a87c3bb2
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,12 @@
#include "shared-bindings/audiomp3/MP3Decoder.h"
//| """Support for MP3-compressed audio files"""
//| """Support for MP3-compressed audio files
//|
//| For more infomration about working with MP3 files in CircuitPython,
//| see `this CircuitPython Essentials Learn guide page
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-mp3-audio>`_.
//| """
//|
STATIC const mp_rom_map_elem_t audiomp3_module_globals_table[] = {