A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
36:7d12a5386197
Parent:
26:7c0e6f86d034
--- a/iotdevice.h	Thu Jul 12 18:10:30 2018 -0700
+++ b/iotdevice.h	Tue Sep 11 11:14:37 2018 -0700
@@ -18,11 +18,11 @@
 #include <stddef.h>
 #endif
 
-#define DEVICE_RESULT_VALUES			\
-    DEVICE_OK,							\
-    DEVICE_INVALID_ARG,					\
-    DEVICE_DATA_PUBLISHER_FAILED,		\
-    DEVICE_COMMAND_DECODER_FAILED,		\
+#define DEVICE_RESULT_VALUES            \
+    DEVICE_OK,                            \
+    DEVICE_INVALID_ARG,                    \
+    DEVICE_DATA_PUBLISHER_FAILED,        \
+    DEVICE_COMMAND_DECODER_FAILED,        \
     DEVICE_ERROR
 
 DEFINE_ENUM(DEVICE_RESULT, DEVICE_RESULT_VALUES)