Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
67:11db02bb93e1
Parent:
64:09004cd610df
Child:
68:6e311c747045
--- a/hardware.h	Thu Aug 04 05:48:20 2016 +0000
+++ b/hardware.h	Thu Aug 04 16:24:13 2016 +0000
@@ -36,6 +36,12 @@
  #define DEF
 #endif
 
+#ifdef _ULINK_PRINT
+#include "itm_output.h"
+#else
 #define PRINTF pc.printf
+#define PUTS   pc.puts
+#endif
+
 
 #endif