
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
Diff: main.cpp
- Revision:
- 9:c5dc85d192e2
- Parent:
- 8:81743e1228a7
- Child:
- 10:86ffba646df1
--- a/main.cpp Fri Oct 11 12:46:15 2013 +0000 +++ b/main.cpp Mon Oct 14 11:58:41 2013 +0100 @@ -4,12 +4,6 @@ #define XI_FEED_ID 128488 // set Xively Feed ID (numerical, no quoutes #define XI_API_KEY "T4KXAH_dasgw1PWBPc3fdsfsdgsdy-dUc4ND0g" // set Xively API key (double-quoted string) -#include "app_board_io.h" - -#define XI_DEBUG_PRINTF lcd_printf -#define XI_DEBUG_OUTPUT 1 -#define XI_DEBUG_ASSERT 0 - #include "xively.h" #include "xi_err.h"