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

Dependencies:   NetServices mbed

Revision:
0:ad2574c88043
Child:
1:27b1efbf5a46
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/billy.h	Wed Apr 06 15:16:45 2011 +0000
@@ -0,0 +1,7 @@
+#ifndef BILLY_H
+#define BILLY_H
+
+// ask billy to play and move!
+void billy_play(char *wavname, char *movname);
+
+#endif