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

Dependencies:   NetServices mbed

Committer:
simon
Date:
Sat Apr 09 08:35:20 2011 +0000
Revision:
1:27b1efbf5a46
Parent:
0:ad2574c88043

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
simon 1:27b1efbf5a46 1 // Original core billy player code factored from Steve Ravet's Big Mouth Billy Bass
simon 1:27b1efbf5a46 2 // - See http://mbed.org/cookbook/Big-Mouth-Billy-Bass
simon 1:27b1efbf5a46 3
simon 0:ad2574c88043 4 #ifndef BILLY_H
simon 0:ad2574c88043 5 #define BILLY_H
simon 0:ad2574c88043 6
simon 0:ad2574c88043 7 // ask billy to play and move!
simon 0:ad2574c88043 8 void billy_play(char *wavname, char *movname);
simon 0:ad2574c88043 9
simon 0:ad2574c88043 10 #endif