mode3

Dependencies:   C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed

Fork of xively-jumpstart-demo_new by Bhakti Kulkarni

Revision:
7:0eff5db44b8b
Child:
10:86ffba646df1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app_board_io.h	Fri Oct 11 12:39:08 2013 +0000
@@ -0,0 +1,9 @@
+#include "MMA7660.h"
+#include "LM75B.h"
+
+#include <stdarg.h>
+#include <stdio.h>
+
+#include "C12832_lcd.h"
+
+extern "C" void lcd_printf( const char* fmt, ...  );
\ No newline at end of file