Wifi Pressure Sensor
Dependencies: HTTPClient MPL3115A2 NTPClient TMP102 USBDevice cc3000_hostdriver_mbedsocket mbed
tcpTests.h@7:3d9d776dc20b, 2014-01-08 (annotated)
- Committer:
- markirwin
- Date:
- Wed Jan 08 05:17:13 2014 +0000
- Revision:
- 7:3d9d776dc20b
- Parent:
- 2:8f5776c287c5
- Child:
- 11:8a3bc0e3255d
Post Temp to Xively
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
SolderSplashLabs | 0:0bce3a738bcb | 1 | #ifndef TCPTESTS_H |
SolderSplashLabs | 0:0bce3a738bcb | 2 | #define TCPTESTS_H |
SolderSplashLabs | 0:0bce3a738bcb | 3 | |
SolderSplashLabs | 0:0bce3a738bcb | 4 | void HttpClientTest ( void ); |
SolderSplashLabs | 0:0bce3a738bcb | 5 | void WebSocketTest ( void ); |
SolderSplashLabs | 2:8f5776c287c5 | 6 | void WebSocketReadTest ( void ); |
SolderSplashLabs | 0:0bce3a738bcb | 7 | void TcpClientTest ( void ); |
SolderSplashLabs | 0:0bce3a738bcb | 8 | void TcpServerTest ( void ); |
SolderSplashLabs | 0:0bce3a738bcb | 9 | void XivelySimpleTest ( void ); |
SolderSplashLabs | 0:0bce3a738bcb | 10 | |
SolderSplashLabs | 0:0bce3a738bcb | 11 | extern const char *ECHO_SERVER_ADDRESS; |
SolderSplashLabs | 0:0bce3a738bcb | 12 | extern const int ECHO_SERVER_PORT_TCP = 80; |
SolderSplashLabs | 0:0bce3a738bcb | 13 | extern char *hello; |
SolderSplashLabs | 0:0bce3a738bcb | 14 | |
SolderSplashLabs | 0:0bce3a738bcb | 15 | #endif |