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 muRata

Committer:
xively
Date:
Fri Oct 11 12:39:08 2013 +0000
Revision:
7:0eff5db44b8b
Child:
10:86ffba646df1
Update to use latest version of libxively (in sync with git)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
xively 7:0eff5db44b8b 1 #include "MMA7660.h"
xively 7:0eff5db44b8b 2 #include "LM75B.h"
xively 7:0eff5db44b8b 3
xively 7:0eff5db44b8b 4 #include <stdarg.h>
xively 7:0eff5db44b8b 5 #include <stdio.h>
xively 7:0eff5db44b8b 6
xively 7:0eff5db44b8b 7 #include "C12832_lcd.h"
xively 7:0eff5db44b8b 8
xively 7:0eff5db44b8b 9 extern "C" void lcd_printf( const char* fmt, ... );