Arthur Semjonov
/
Serial_Communication_pub
Master Code (Doctor) pub
Fork of Serial_Communication by
TARDIS_ARCHIVE.h@0:757da73b539a, 2014-02-18 (annotated)
- 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?
User | Revision | Line number | New 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(); |