kumar singh
/
Dealer_23Feb
Dummy Lora Packet Sending
Fork of Dealer_18feb17 by
Accelerometer.h@24:1063cfc311e5, 2017-02-23 (annotated)
- Committer:
- NarendraSingh
- Date:
- Thu Feb 23 13:21:08 2017 +0000
- Revision:
- 24:1063cfc311e5
- Parent:
- 11:77e595130230
Dummy Lora Packet Sending
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
NarendraSingh | 11:77e595130230 | 1 | #include "mbed.h" |
NarendraSingh | 11:77e595130230 | 2 | #include "Common_Defs.h" |
NarendraSingh | 11:77e595130230 | 3 | |
NarendraSingh | 11:77e595130230 | 4 | |
NarendraSingh | 11:77e595130230 | 5 | #define MOTION_TYPE_UNKNOWN 0x00 |
NarendraSingh | 11:77e595130230 | 6 | #define MOTION_TYPE_START_TO_STOP 0x01 |
NarendraSingh | 11:77e595130230 | 7 | #define MOTION_TYPE_STOP_TO_START 0x02 |
NarendraSingh | 11:77e595130230 | 8 | #define MOTION_TYPE_TAP 0x03 |
NarendraSingh | 11:77e595130230 | 9 | /* |
NarendraSingh | 11:77e595130230 | 10 | extern unsigned char x_axis, y_axis, z_axis; |
NarendraSingh | 11:77e595130230 | 11 | extern unsigned char Motion_Type_Detected; |
NarendraSingh | 11:77e595130230 | 12 | extern uint8 Accelerometer_Interrupt_Generated; |
NarendraSingh | 11:77e595130230 | 13 | extern void Accelerometer_Process_thread(void const *args);*/ |