kumar singh
/
Dealer_20Mar
BLE Transmitter not working
Fork of Dealer_23Feb by
Accelerometer.h
- Committer:
- NarendraSingh
- Date:
- 2017-03-20
- Revision:
- 26:506380fccce2
- Parent:
- 11:77e595130230
File content as of revision 26:506380fccce2:
#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);*/