Alex Leung
/
HealthTracker
Test version
WIFI.h
- Committer:
- a2824256
- Date:
- 2018-03-20
- Revision:
- 1:bd9f39f9d91c
- Parent:
- 0:4be500de690c
File content as of revision 1:bd9f39f9d91c:
#ifndef WIFI_H_ #define WIFI_H_ #include "mbed.h" const char *sec2str(nsapi_security_t sec); void scan_demo(WiFiInterface *wifi); void http_demo(NetworkInterface *net); #endif