The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WEB.h Source File

WEB.h

00001 #ifndef _WEB_H
00002 #define _WEB_H
00003 
00004 #include "mbed.h"
00005 #include "ESP-call.h"
00006 #include "WIFI.h"
00007 
00008 
00009 void webAddTag(const char *tagName, const char *tagMessage);
00010 void webCreateHtmlDoc(void);
00011 void webDisplayWebsite(void);
00012 
00013 #endif