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:
7:5176a13270bb
Parent:
6:36cc37b1dbc9
Child:
10:c2aee3965a83
--- a/codefirst.c	Fri Jan 15 15:49:46 2016 -0800
+++ b/codefirst.c	Thu Feb 04 11:29:40 2016 -0800
@@ -441,7 +441,7 @@
 
 AGENT_DATA_TYPE_TYPE CodeFirst_GetPrimitiveType(const char* typeName)
 {
-#ifdef USE_FLOATS
+#ifndef NO_FLOATS
     if (strcmp(typeName, "double") == 0)
     {
         return EDM_DOUBLE_TYPE;