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:
33:30999a4089f1
Parent:
22:422d94bd3c18
Child:
36:7d12a5386197
--- a/datapublisher.c	Tue Mar 20 10:30:45 2018 -0700
+++ b/datapublisher.c	Mon Jun 11 15:40:43 2018 -0700
@@ -568,4 +568,4 @@
         free(handleData);
     }
     return;
-}
\ No newline at end of file
+}