Demo application of SNICInterface library for Murata TypeYD, which reports sensor data periodically to Xively cloud server . Hardware platform: mbed application board (https://mbed.org/cookbook/mbed-application-board), mbed LPC1768 (https://mbed.org/platforms/mbed-LPC1768/) and TypeYD.

Dependencies:   C12832 LM75B MMA7660 SNICInterface libxively mbed-rtos mbed

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, ... );