Dummy Lora Packet Sending

Fork of Dealer_18feb17 by kumar singh

Committer:
NarendraSingh
Date:
Fri Jan 27 18:30:02 2017 +0000
Revision:
11:77e595130230
Before implementing queue;

Who changed what in which revision?

UserRevisionLine numberNew 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);*/