A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

Revision:
67:11db02bb93e1
Parent:
64:09004cd610df
--- 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