This program utilizes the mcr20 Thread Shield on the FRDM-K64F MCU which is a two-part workspace (HVAC Server (RX)/Probe(TX)) to handle low temperature events read at the probe(s) to prevent pipes from freezing.

Dependencies:   DHT fsl_phy_mcr20a fsl_smac mbed-rtos mbed

Fork of mcr20_wireless_uart by NXP

Revision:
1:6055c6873f85
Parent:
0:01fb291427ce
Child:
2:3e7685cfb2a7
--- a/main.cpp	Tue Mar 03 20:08:35 2015 +0000
+++ b/main.cpp	Tue Mar 03 15:14:10 2015 -0600
@@ -17,5 +17,7 @@
             pc.getc();
         }
         //pc.scanf("%c%s\n", &control, &buf);
+        
+        //Chris was here
     }    
 }
\ No newline at end of file