few2net

Dependencies:   SDFileSystem VS1053 mbed

Fork of VS1053Player by Sonthaya Boonchan

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("################################################");
        
    }
}