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:
10:c2aee3965a83
--- a/schemaserializer.h	Thu Jul 12 18:10:30 2018 -0700
+++ b/schemaserializer.h	Tue Sep 11 11:14:37 2018 -0700
@@ -11,8 +11,8 @@
 extern "C" {
 #endif
 
-#define SCHEMA_SERIALIZER_RESULT_VALUES	\
-    SCHEMA_SERIALIZER_OK,			\
+#define SCHEMA_SERIALIZER_RESULT_VALUES    \
+    SCHEMA_SERIALIZER_OK,            \
     SCHEMA_SERIALIZER_INVALID_ARG,  \
     SCHEMA_SERIALIZER_ERROR