1
0
Fork 0

bluetooth

This commit is contained in:
Jack Humbert 2015-10-22 13:37:45 -04:00
parent 40148c430e
commit c966e7982c
20 changed files with 2329 additions and 319 deletions

View file

@ -6,4 +6,7 @@
void note(int x, float length);
void beeps();
void true_note(float x, float y, float length);
void play_note(float freq, int length);
void play_note(double freq, int vol);
void stop_note(double freq);
void stop_all_notes();
void init_notes();