Tanyatep Tothong / Mbed 2 deprecated Scat

Dependencies:   SDFileSystem VS1053 mbed

Fork of VS1053Player by Sonthaya Boonchan

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?

UserRevisionLine numberNew 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 }