Austin Blackstone / Mbed 2 deprecated murataDemo

Dependencies:   SNICInterface mbed-rtos mbed

Fork of SNIC-xively-jumpstart-demo by muRata

Revision:
12:27471bb09274
Parent:
11:bdf601a405fc
diff -r bdf601a405fc -r 27471bb09274 app_board_io.cpp
--- a/app_board_io.cpp	Mon Oct 14 13:33:04 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#include "app_board_io.h"
-#include "C12832_lcd.h"
-
-extern C12832_LCD 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