If This Then That interface library. Designed to hook up to various services provided by IFTTT.

Dependents:   IFTTT_Ethernet_Example IFTTT_WIZwiki-W7500 IFTTT_WizFi250 StopThief ... more

For more information please see the IFTTT Component page : https:developer.mbed.org/components/If-This-Then-That-IFTTT/

Revision:
4:6edd192323df
Parent:
3:c916e13a269a
Child:
6:15c6c9f87c32
--- a/ifttt.cpp	Mon Jul 13 17:46:37 2015 +0000
+++ b/ifttt.cpp	Mon Jul 13 23:14:00 2015 +0000
@@ -18,7 +18,7 @@
 #include "ifttt.h"
 #include <string>
 
-#if 1
+#if 0
 #define DBG(x, ...)  printf("[IFTTT : DBG]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__);
 #define WARN(x, ...) printf("[IFTTT : WARN]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__);
 #define ERR(x, ...)  printf("[IFTTT : ERR]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__);