Master Code (Doctor) pub

Dependencies:   mbed

Fork of Serial_Communication by Arthur Semjonov

TARDIS_ARCHIVE.h

Committer:
ArthurSemjonov
Date:
2014-02-18
Revision:
0:757da73b539a
Child:
1:0167f0cacae5

File content as of revision 0:757da73b539a:




/*=============================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();