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

Revision:
12:27471bb09274
Parent:
11:bdf601a405fc
--- a/xi_user_config.h	Mon Oct 14 13:33:04 2013 +0000
+++ b/xi_user_config.h	Fri Nov 08 16:44:46 2013 +0000
@@ -18,7 +18,7 @@
 
 // On the mbed app board we can use the LCD for debug output,
 // but one may wish to modify this and write to file instead
-#include "app_board_io.h"
-#define XI_DEBUG_PRINTF lcd_printf
+#include "cellular_board_io.h"
+#define XI_DEBUG_PRINTF printf
 
 #endif /* __XI_USER_CONFIG_H__ */