
demo of the murata wifi chip. This demo tries to connect to an open wifi access point and prints out all the relevant information about the connection. It then scans all wifi access points nearby and reports their information.
Dependencies: SNICInterface mbed-rtos mbed
Fork of SNIC-xively-jumpstart-demo by
app_board_io.h@21:25b85cbbdd82, 2014-07-15 (annotated)
- Committer:
- kishino
- Date:
- Tue Jul 15 02:08:48 2014 +0000
- Revision:
- 21:25b85cbbdd82
- Parent:
- 10:86ffba646df1
The pointing out of in-house reviews was modified.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
xively | 7:0eff5db44b8b | 1 | #include <stdarg.h> |
xively | 7:0eff5db44b8b | 2 | #include <stdio.h> |
xively | 7:0eff5db44b8b | 3 | |
errordeveloper | 10:86ffba646df1 | 4 | #ifdef __cplusplus |
errordeveloper | 10:86ffba646df1 | 5 | extern "C" |
errordeveloper | 10:86ffba646df1 | 6 | #endif |
errordeveloper | 10:86ffba646df1 | 7 | void lcd_printf( const char* fmt, ... ); |