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
Diff: WebUI.h
- Revision:
- 19:40c721f01ed2
- Parent:
- 13:41c394fa932c
- Child:
- 21:6e733076f49c
--- a/WebUI.h Tue Jan 09 10:25:17 2018 +0000 +++ b/WebUI.h Tue Jan 09 11:39:59 2018 +0000 @@ -4,7 +4,7 @@ /* * This module handles the web interface. WebUISetup() is used to configure the * devices. -* WebUIUpdate() must then be attached to a thread. +* WebUIUpdate() is then attached to a thread. * This will wait on receiving a connection, before grabbing the latest samples * and making these part of the HTML response. */ @@ -20,10 +20,6 @@ extern TCPServer srv; //TCP/IP Server extern TCPSocket clt_sock; //Socket for communication extern SocketAddress clt_addr; //Address of incoming connection -extern float LDRVal; ///are these needed?!?!?!?!?! -extern float TempVal; -extern float Pressure; -extern time_t theTime; void WebUISetup(void); //Configures the TCP server