The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers APPLICATION.h Source File

APPLICATION.h

00001 #ifndef _APPLICATION_H
00002 #define _APPLICATION_H
00003 
00004 #include "RGB-LED.h"
00005 #include "POT.h"
00006 #include "BUZZER.h"
00007 #include "JOYSTICK.h"
00008 #include "SWITCH.h"
00009 #include "WIFI.h"
00010 #include "LCD.h"
00011 #include "TIMER.h"
00012 #include "SWITCH_APPLICATION.h"
00013 #include "ALARM.h"
00014 #include "BELL.h"
00015 
00016 void applicationChangeMode(void);
00017 void applicationInit(void);
00018 
00019 #endif