
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: app_board_io.cpp
- Revision:
- 28:174412ff9671
- Parent:
- 27:6949291ca38d
- Child:
- 29:9f08c7152c7a
--- a/app_board_io.cpp Tue Nov 25 00:33:30 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#include "app_board_io.h" -#include "C12832.h" - -extern C12832 lcd; - -extern "C" void lcd_printf( const char* fmt, ... ) -{ - char buffer[ 64 ]; - - va_list ap; - va_start( ap, fmt ); - vsnprintf( buffer, 64, fmt, ap ); - va_end( ap ); - - lcd.cls(); - lcd.locate( 0, 3 ); - lcd.printf( buffer ); - //wait( 1.0 ); -} \ No newline at end of file