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

Dependencies:   NetServices mbed

billy.h

Committer:
simon
Date:
2011-04-09
Revision:
1:27b1efbf5a46
Parent:
0:ad2574c88043

File content as of revision 1:27b1efbf5a46:

// Original core billy player code factored from Steve Ravet's Big Mouth Billy Bass
// - See http://mbed.org/cookbook/Big-Mouth-Billy-Bass

#ifndef BILLY_H
#define BILLY_H

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

#endif