Xively Jumpstart Demo with WiFly module

Dependencies:   C12832_lcd LM75B MMA7660 WiflyInterface libxively mbed-rtos mbed

Deprecated

This is an mbed 2 example. For an mbed-os WiFi example, see:

[Repository '/teams/mbed-os-examples/code/mbed-os-example-wifi/docs/tip/' not found]

Committer:
xively
Date:
Fri Oct 11 12:39:08 2013 +0000
Revision:
7:0eff5db44b8b
Child:
10:86ffba646df1
Update to use latest version of libxively (in sync with git)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
xively 7:0eff5db44b8b 1 #include "MMA7660.h"
xively 7:0eff5db44b8b 2 #include "LM75B.h"
xively 7:0eff5db44b8b 3
xively 7:0eff5db44b8b 4 #include <stdarg.h>
xively 7:0eff5db44b8b 5 #include <stdio.h>
xively 7:0eff5db44b8b 6
xively 7:0eff5db44b8b 7 #include "C12832_lcd.h"
xively 7:0eff5db44b8b 8
xively 7:0eff5db44b8b 9 extern "C" void lcd_printf( const char* fmt, ... );