This is the final project for UCSC - June 9 2014

Dependencies:   C12832_lcd EthernetInterface libxively mbed-rtos mbed

Revision:
0:ae48035646b3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app_board_io.h	Mon Jun 09 20:17:48 2014 +0000
@@ -0,0 +1,7 @@
+#include <stdarg.h>
+#include <stdio.h>
+
+#ifdef __cplusplus
+extern "C"
+#endif
+void lcd_printf( const char* fmt, ...  );
\ No newline at end of file