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

app_board_io.h

Committer:
xively
Date:
2013-10-11
Revision:
7:0eff5db44b8b
Child:
10:86ffba646df1

File content as of revision 7:0eff5db44b8b:

#include "MMA7660.h"
#include "LM75B.h"

#include <stdarg.h>
#include <stdio.h>

#include "C12832_lcd.h"

extern "C" void lcd_printf( const char* fmt, ...  );