Dummy Lora Packet Sending

Fork of Dealer_18feb17 by kumar singh

Accelerometer.h

Committer:
NarendraSingh
Date:
2017-02-23
Revision:
24:1063cfc311e5
Parent:
11:77e595130230

File content as of revision 24:1063cfc311e5:

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