Remote monitoring IoTHub device sample Added real SHTx sensor to get temperature and humidity Added new command to set temperature scale change Removed "mock" commands to set temperature and humidity values It's configured to work on FRDM-K64F board

Dependencies:   EthernetInterface NTPClient SHTx iothub_amqp_transport iothub_client mbed-rtos mbed proton-c-mbed serializer wolfSSL

Fork of remote_monitoring by Azure IoT

Revision:
9:a43d30a74a1b
Parent:
6:066c3ca4df78
Child:
15:4a41d2a27a8c
--- a/main.cpp	Sat Sep 19 03:56:12 2015 +0000
+++ b/main.cpp	Tue Sep 22 20:37:54 2015 -0700
@@ -5,7 +5,7 @@
 #include "EthernetInterface.h"
 #include "mbed/logging.h"
 #include "mbed/mbedtime.h"
-#include "asset_monitoring.h"
+#include "remote_monitoring.h"
 #include "NTPClient.h"
 
 int setupRealTime(void)
@@ -62,7 +62,7 @@
 		return -1;
 	}
 
-    asset_monitoring_run();
+    remote_monitoring_run();
 
 	(void)EthernetInterface::disconnect();