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:
17:52cfd7db8da3
Parent:
15:990a8b5664e1
Child:
18:b02fc0e53df8
--- a/main.cpp	Sun Mar 15 06:08:30 2015 +0000
+++ b/main.cpp	Wed Mar 18 18:52:47 2015 +0000
@@ -1,6 +1,11 @@
 #include "mbed.h"
 
 #include "driverDebug.h"
+//#include "driverRFPhy.h"
+//#include "driverAtmelRFInterface.h"
+
+#include "driverRFinterface.h"
+
 #include "socket_api.h"
 #include "net_interface.h"
 #include "system_event.h"
@@ -13,8 +18,6 @@
 #include "randLIB.h"
 #include "arm_hal_timer.h"
 #include "common_functions.h"
-#include "driverRFPhy.h"
-#include "driverAtmelRFInterface.h"
 #include "nsdl_support.h"
 #include "node_cfg.h"