Pull request for i.a. sensor buffer template

Dependencies:   BLE_API MPU6050 mbed nRF51822

Revision:
8:d1f5c8801d59
Parent:
6:ed0dc0647c01
Child:
9:e9d6a9758cf7
--- a/AccelerationService.h	Tue Oct 16 21:25:50 2018 +0200
+++ b/AccelerationService.h	Tue Oct 16 22:01:14 2018 +0200
@@ -6,7 +6,6 @@
 #define UUID_ACCELERATION_CHAR    "5D34E2F0-3DD2-07AC-38F2-BBAD120EF853"
 #define UUID_ACCELERATION_SERVICE "5D34E2F0-3DD2-07AC-38F1-BBAD120EF853"
       
-
 /**
 * @class AccelerationService
 * @brief BLE Acceleration Service. This service displays the acceleration
@@ -43,6 +42,7 @@
         */
     }
 
+
 protected:
     /**
      * A reference to the underlying BLE instance that this object is attached to.
@@ -64,4 +64,4 @@
     ReadOnlyGattCharacteristic<int16_t> accelerationCharacteristic;
 };
 
-#endif /* #ifndef __ACCELERATION_SERVICE_H__*/
\ No newline at end of file
+#endif /* #ifndef __ACCELERATION_SERVICE_H__*/