
mp3
Dependencies: SDFileSystem VS1053 mbed
Fork of mp3final by
Revision 1:864f2a1d0d88, committed 2017-12-08
- Comitter:
- csggreen
- Date:
- Fri Dec 08 07:46:41 2017 +0000
- Parent:
- 0:f6ba8cc58bf6
- Child:
- 2:4c07da0b530b
- Commit message:
- hh
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Dec 02 19:39:41 2016 +0000 +++ b/main.cpp Fri Dec 08 07:46:41 2017 +0000 @@ -10,14 +10,17 @@ extern char index; //song play index extern char index_MAX; //how many song in all extern playerStatetype playerState; - int falltime; int main() { player.begin(); while(1) { - player.playFile(list[index]); + player.playFile(list[index]); + index++; + player.playFile(list[index]); + index++; + player.playFile(list[index]); } } \ No newline at end of file