Added link to Learn guide for audiomp3
This commit is contained in:
parent
e30d510192
commit
78a87c3bb2
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue