FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

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();