Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Alarm.h Source File

Alarm.h

00001 #ifndef ALARM_H
00002 #define ALARM_H
00003 
00004 void Sound_Alarm(void);
00005 void turn_off(void);
00006 void turn_on(void);
00007 
00008 
00009 #endif