4 songs: rain, william, sun, and circus

Dependencies:   mbed

Buzzer.h

Committer:
Luminoscity
Date:
2015-05-09
Revision:
0:c02f01feda7b

File content as of revision 0:c02f01feda7b:

#include "mbed.h"

#define BUZZER_PIN               D2            /* sig pin of the buzzer */
#define RANGE_OFFSET 4

void playTone(int tone, int duration);
void playNote(char note, int range, int duration);