Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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