Twittering Billy Bass plays back samples and looks out for and reads twitters!

Dependencies:   NetServices mbed

billy.h

Committer:
simon
Date:
2011-04-06
Revision:
0:ad2574c88043
Child:
1:27b1efbf5a46

File content as of revision 0:ad2574c88043:

#ifndef BILLY_H
#define BILLY_H

// ask billy to play and move!
void billy_play(char *wavname, char *movname);

#endif