The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PAGE.h Source File

PAGE.h

00001 #ifndef _PAGE_H
00002 #define _PAGE_H
00003 
00004 #include "mbed.h"
00005 #include "LCD.h"
00006 #include "WIFI.h"
00007 #include "TIMER.h"
00008 #include "ALARM.h"
00009 
00010 void lcdShowInitDevicePage(bool cls);
00011 void lcdShowTryToConnectPage(bool cls);
00012 void lcdShowMyIPPage(bool cls);
00013 void lcdShowDaytime(bool cls);
00014 void lcdShowAlerttime(bool cls);
00015 
00016 #endif