Master Code (Doctor) pub

Dependencies:   mbed

Fork of Serial_Communication by Arthur Semjonov

Revision:
0:757da73b539a
Child:
1:0167f0cacae5
diff -r 000000000000 -r 757da73b539a TARDIS_ARCHIVE.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARDIS_ARCHIVE.h	Tue Feb 18 01:19:44 2014 +0000
@@ -0,0 +1,10 @@
+
+
+
+/*=============================Prototypes===============*/
+void songOfMyPeople(float frequency[], float beat[]);
+void songOfYourPeople(int note);                        //location of the note as agreed in the protocol
+float lookupNoteFrq(float frq[], int k);
+void playTheSlave(int frequency);
+void playTheDoctor();
+void playTheCompanion();
\ No newline at end of file