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:
9:c5dc85d192e2
Parent:
8:81743e1228a7
Child:
10:86ffba646df1
--- a/main.cpp	Fri Oct 11 12:46:15 2013 +0000
+++ b/main.cpp	Mon Oct 14 11:58:41 2013 +0100
@@ -4,12 +4,6 @@
 #define XI_FEED_ID 128488 // set Xively Feed ID (numerical, no quoutes
 #define XI_API_KEY "T4KXAH_dasgw1PWBPc3fdsfsdgsdy-dUc4ND0g" // set Xively API key (double-quoted string) 
 
-#include "app_board_io.h"
-
-#define XI_DEBUG_PRINTF lcd_printf
-#define XI_DEBUG_OUTPUT 1
-#define XI_DEBUG_ASSERT 0
-
 #include "xively.h"
 #include "xi_err.h"