Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem VS1053 mbed
Fork of VS1053Player by
main.cpp
- Committer:
- few2net
- Date:
- 2016-12-04
- Revision:
- 2:163a628206c5
- Parent:
- 1:f7477dd40643
File content as of revision 2:163a628206c5:
#include "mbed.h"
#include "VS1053.h"
#include "SDFileSystem.h"
#include "catSound.h"
CatSound cat;
int main() {
while(1){
cat.singASong(1);
printf("################################################");
}
}
