BLE Transmitter not working

Fork of Dealer_23Feb by kumar singh

Revision:
11:77e595130230
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Accelerometer.h	Fri Jan 27 18:30:02 2017 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "Common_Defs.h"
+
+
+#define MOTION_TYPE_UNKNOWN         0x00
+#define MOTION_TYPE_START_TO_STOP   0x01
+#define MOTION_TYPE_STOP_TO_START   0x02
+#define MOTION_TYPE_TAP             0x03
+/*
+extern unsigned char x_axis, y_axis, z_axis;
+extern unsigned char Motion_Type_Detected;
+extern uint8 Accelerometer_Interrupt_Generated;
+extern void Accelerometer_Process_thread(void const *args);*/
\ No newline at end of file