few2net

Dependencies:   SDFileSystem VS1053 mbed

Fork of VS1053Player by Sonthaya Boonchan

main.cpp

Committer:
few2net
Date:
2016-12-04
Revision:
3:033d02f67e85
Parent:
2:163a628206c5

File content as of revision 3:033d02f67e85:

#include "mbed.h"
#include "VS1053.h"
#include "SDFileSystem.h"
#include "catSound.h"

CatSound cat;

int main() {
       
    while(1){
        
        cat.singASong(1);
        printf("################################################");
        
    }
}