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:
6:066c3ca4df78
Parent:
5:0ac6b44084ed
Child:
9:a43d30a74a1b
--- a/main.cpp	Thu Sep 17 00:12:12 2015 -0700
+++ b/main.cpp	Thu Sep 17 00:23:22 2015 -0700
@@ -10,6 +10,8 @@
 
 int setupRealTime(void)
 {
+	int result;
+
 	(void)printf("setupRealTime begin\r\n");
 	if (EthernetInterface::connect())
 	{