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@2:163a628206c5, 2016-12-04 (annotated)
- Committer:
- few2net
- Date:
- Sun Dec 04 17:34:10 2016 +0000
- Revision:
- 2:163a628206c5
- Parent:
- 1:f7477dd40643
Suicide Scat 1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| silis | 0:610f985fb40a | 1 | #include "mbed.h" |
| few2net | 2:163a628206c5 | 2 | #include "VS1053.h" |
| few2net | 2:163a628206c5 | 3 | #include "SDFileSystem.h" |
| few2net | 2:163a628206c5 | 4 | #include "catSound.h" |
| jackcom | 1:f7477dd40643 | 5 | |
| few2net | 2:163a628206c5 | 6 | CatSound cat; |
| silis | 0:610f985fb40a | 7 | |
| silis | 0:610f985fb40a | 8 | int main() { |
| few2net | 2:163a628206c5 | 9 | |
| few2net | 2:163a628206c5 | 10 | while(1){ |
| few2net | 2:163a628206c5 | 11 | |
| few2net | 2:163a628206c5 | 12 | cat.singASong(1); |
| few2net | 2:163a628206c5 | 13 | printf("################################################"); |
| few2net | 2:163a628206c5 | 14 | |
| silis | 0:610f985fb40a | 15 | } |
| silis | 0:610f985fb40a | 16 | } |
