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:
59:7ebb9436b2bd
Parent:
56:cb42ff383dab
Child:
61:f6b93129f954
--- a/main.cpp	Fri Jul 29 01:11:55 2016 +0000
+++ b/main.cpp	Fri Jul 29 01:16:04 2016 +0000
@@ -467,7 +467,7 @@
     // Set LED to RED until init finishes
     SetLedColor(0x1);
 
-    pc.printf(BLU "Hello World from AT&T Shape!\r\n\n\r");
+    pc.printf(BLU "Hello World from the Cellular IoT Kit!\r\n\n\r");
     pc.printf(GRN "Initialize the HTS221\n\r");
 
     i = hts221.begin();