Alex Leung
/
HealthTracker
Test version
WIFI.h@1:bd9f39f9d91c, 2018-03-20 (annotated)
- Committer:
- a2824256
- Date:
- Tue Mar 20 02:21:49 2018 +0000
- Revision:
- 1:bd9f39f9d91c
- Parent:
- 0:4be500de690c
repair main.cpp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
a2824256 | 0:4be500de690c | 1 | #ifndef WIFI_H_ |
a2824256 | 0:4be500de690c | 2 | #define WIFI_H_ |
a2824256 | 0:4be500de690c | 3 | #include "mbed.h" |
a2824256 | 0:4be500de690c | 4 | |
a2824256 | 0:4be500de690c | 5 | const char *sec2str(nsapi_security_t sec); |
a2824256 | 0:4be500de690c | 6 | void scan_demo(WiFiInterface *wifi); |
a2824256 | 0:4be500de690c | 7 | void http_demo(NetworkInterface *net); |
a2824256 | 1:bd9f39f9d91c | 8 | |
a2824256 | 0:4be500de690c | 9 | #endif |