PROJ515 / Mbed OS ELEC-351-GROUP-E-CW

Dependencies:   BMP280

WebUI.h

Committer:
Swaggie
Date:
2017-12-18
Revision:
2:5a38ae8459d5
Child:
9:ac5673cca703

File content as of revision 2:5a38ae8459d5:

#ifndef __WebUI__
#define __WebUI__

void WebUISetup(void);  //Configures the TCP server

void WebUIUpdate(string& Value); //Might be called as a string, but does have blocking currently.

#endif