Xively Jumpstart Demo with WiFly module

Dependencies:   C12832_lcd LM75B MMA7660 WiflyInterface libxively mbed-rtos mbed

Fork of xively-jumpstart-demo by Xively Official

Committer:
MACRUM
Date:
Fri Oct 25 01:16:49 2013 +0000
Revision:
12:e07c2779c6fb
Parent:
10:86ffba646df1
Changed network connection from ethernet to Wifly module

Who changed what in which revision?

UserRevisionLine numberNew contents of line
xively 7:0eff5db44b8b 1 #include <stdarg.h>
xively 7:0eff5db44b8b 2 #include <stdio.h>
xively 7:0eff5db44b8b 3
errordeveloper 10:86ffba646df1 4 #ifdef __cplusplus
errordeveloper 10:86ffba646df1 5 extern "C"
errordeveloper 10:86ffba646df1 6 #endif
errordeveloper 10:86ffba646df1 7 void lcd_printf( const char* fmt, ... );