The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BELL.h Source File

BELL.h

00001 #ifndef _BELL_H
00002 #define _BELL_H
00003 
00004 #include "mbed.h"
00005 #include "pitches.h"
00006 #include "BUZZER.h"
00007 
00008 void bellSingleAlert(int duration);
00009 void bellSingleAlert2(int duration);
00010 
00011 #endif
00012