demo project

Dependencies:   AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL

Revision:
19:2f0ec9ac1238
Parent:
18:224289104fc0
--- a/Utils/MeasureBuf.cpp	Sat Jan 23 00:08:30 2016 +0000
+++ b/Utils/MeasureBuf.cpp	Sat Jan 23 00:20:27 2016 +0000
@@ -1,9 +1,11 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
 #include "mbed.h"
 
 #include "MeasureBuf.h"
 
 
-
 SafeCircBuf<MeasureSnapshot, MeasureBufSize, uint32_t> MeasureBuf;
 
 void MeasureGroup::SetMeasure(int numParts, float vals[])