Master Code (Doctor) pub

Dependencies:   mbed

Fork of Serial_Communication by Arthur Semjonov

Committer:
ArthurSemjonov
Date:
Tue Feb 18 01:19:44 2014 +0000
Revision:
0:757da73b539a
Child:
1:0167f0cacae5
First draft

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ArthurSemjonov 0:757da73b539a 1
ArthurSemjonov 0:757da73b539a 2
ArthurSemjonov 0:757da73b539a 3
ArthurSemjonov 0:757da73b539a 4 /*=============================Prototypes===============*/
ArthurSemjonov 0:757da73b539a 5 void songOfMyPeople(float frequency[], float beat[]);
ArthurSemjonov 0:757da73b539a 6 void songOfYourPeople(int note); //location of the note as agreed in the protocol
ArthurSemjonov 0:757da73b539a 7 float lookupNoteFrq(float frq[], int k);
ArthurSemjonov 0:757da73b539a 8 void playTheSlave(int frequency);
ArthurSemjonov 0:757da73b539a 9 void playTheDoctor();
ArthurSemjonov 0:757da73b539a 10 void playTheCompanion();