4 songs: rain, william, sun, and circus

Dependencies:   mbed

Buzzer.h

Committer:
Luminoscity
Date:
2015-05-09
Revision:
1:3595fce69880
Parent:
0:c02f01feda7b

File content as of revision 1:3595fce69880:

#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);