Add two threads into the IOT WIFIDemo for test_JacobShi
Dependencies: C12832 HTTPClient wifiontros wifirtos mbed
Fork of frdm_rtos by
Diff: baseinterface.h
- Revision:
- 4:242715d40e54
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/baseinterface.h Fri Dec 05 02:14:44 2014 +0000 @@ -0,0 +1,13 @@ +#ifndef __BASELEVEL_H +#define __BASELEVEL_H +#include "Wifly.h" +extern Wifly*wifi; //·ÀÖ¹UDP±¨´í +bool base_level_getinstance(void); +bool base_level_close(); +bool base_level_connect(const char* host, const int port); +bool base_level_is_connected(void); +int baselevel_send_data(char *data,int length); +int baselevel_receive_data(char *data,int length); +int baselevel_is_readable(); + +#endif \ No newline at end of file