Qmax / Mbed 2 deprecated LIS_Accelerometer_WIP

Dependencies:   mbed

Committer:
subinmbed
Date:
Sat Sep 02 11:09:35 2017 +0000
Revision:
2:c4fb968de7d3
Parent:
0:491bc4ee502e
Accelerometer commented

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bala0x07 0:491bc4ee502e 1
subinmbed 2:c4fb968de7d3 2 //extern char int1_src[1] = {0x31};
subinmbed 2:c4fb968de7d3 3 //extern char int2_src[1] = {0x35};
subinmbed 2:c4fb968de7d3 4 //char clk_src[1] = {0x39};
subinmbed 2:c4fb968de7d3 5
subinmbed 2:c4fb968de7d3 6 extern char JERK_FLAG,MOVEMENT_FLAG,MOTION,FIRST,SECOND,NEXT_TIME,START_TO_MOVING,MOVING_TO_STOP,PRE_MOVING,TIMER_RUNNING;
subinmbed 2:c4fb968de7d3 7 extern Serial pc;
subinmbed 2:c4fb968de7d3 8 extern float TIMING,FIRST_TIME,CURRENT_TIME;
bala0x07 0:491bc4ee502e 9
subinmbed 2:c4fb968de7d3 10 extern long speed,FIRST_SPEED,CURRENT_SPEED;
subinmbed 2:c4fb968de7d3 11
subinmbed 2:c4fb968de7d3 12 extern DigitalOut ACC_LED;
subinmbed 2:c4fb968de7d3 13 extern I2C i2c;
subinmbed 2:c4fb968de7d3 14 extern Timer t;
subinmbed 2:c4fb968de7d3 15
subinmbed 2:c4fb968de7d3 16
subinmbed 2:c4fb968de7d3 17 extern InterruptIn change; // INT1
subinmbed 2:c4fb968de7d3 18 extern InterruptIn jerk; //INT2