OPEN-SMART Email:
- 75 -
* mp3.play();//if the song is set pause, this function can make to back to play.
* mp3.pause();//if the song is playing, this function can set it to pause.
* mp3.nextSong();//only can play next song in the same folder
For example: if the playing song is in folder 01, nextSong() function only can play the next song in
01 folder, and if there is only one song in it, this operation will play the same song again.
* mp3.previousSong();//only can play previous song in the same folder like nextSong() function.
* mp3.setVolume(int8_t vol);//vol is 0~0x1e, 30 adjustable level
* mp3.playWithFileName(int8_t directory, int8_t file);
//play a song according to the folder name
and prefix of its file name
//directory (folder name) must be 01 02 03...09 10...99
//prefix of file name must be 001...009 010...099