The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Committer:
pkr7098
Date:
Thu Jun 03 07:09:55 2021 +0000
Revision:
2:37756b51ccdb
Parent:
1:ed1c6618f739
The final project of Embedde class.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pkr7098 1:ed1c6618f739 1 #ifndef _WEB_H
pkr7098 1:ed1c6618f739 2 #define _WEB_H
pkr7098 1:ed1c6618f739 3
pkr7098 1:ed1c6618f739 4 #include "mbed.h"
pkr7098 1:ed1c6618f739 5 #include "ESP-call.h"
pkr7098 1:ed1c6618f739 6 #include "WIFI.h"
pkr7098 1:ed1c6618f739 7
pkr7098 1:ed1c6618f739 8
pkr7098 1:ed1c6618f739 9 void webAddTag(const char *tagName, const char *tagMessage);
pkr7098 1:ed1c6618f739 10 void webCreateHtmlDoc(void);
pkr7098 1:ed1c6618f739 11 void webDisplayWebsite(void);
pkr7098 1:ed1c6618f739 12
pkr7098 1:ed1c6618f739 13 #endif