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:
kishino
Date:
Tue Nov 25 00:33:30 2014 +0000
Revision:
27:6949291ca38d
Parent:
10:86ffba646df1
Add the definition of serial for debugging output.

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