MusicPlayer.playMP3()
AudioPro.playMP3(val)
作用
此函数可播放SD卡内对应文件名的音频
参数
val:音频文件名
返回值
返回播放是否成功状态,1为成功,0为失败
示例
见example_05_m_Module_AudioPro目录下的示例:FilePlayer_Joystick或FilePlayer
其他
AudioPro.playMP3(val)
作用
此函数可播放SD卡内对应文件名的音频
参数
val:音频文件名
返回值
返回播放是否成功状态,1为成功,0为失败
示例
见example_05_m_Module_AudioPro目录下的示例:FilePlayer_Joystick或FilePlayer
其他