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:
27:1ac2fac5e8c2
Parent:
26:7c0e6f86d034
--- a/commanddecoder.h	Fri Jul 14 16:38:27 2017 -0700
+++ b/commanddecoder.h	Fri Nov 03 13:19:59 2017 -0700
@@ -11,7 +11,6 @@
 #include "methodreturn.h"
 
 #ifdef __cplusplus
-#include <cstdbool>
 extern "C" {
 #else
 #include <stdbool.h>