sakthi priya amirtharaj
/
BAE_vr2_gingerbread2
mag n gyro included
Fork of BAE_vr2_gingerbread2 by
ACS.h@0:e9c32e1df869, 2014-12-17 (annotated)
- Committer:
- sakthipriya
- Date:
- Wed Dec 17 06:52:26 2014 +0000
- Revision:
- 0:e9c32e1df869
- Child:
- 4:12fe853d8bcf
i2c working with new hk(no battery gauge)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sakthipriya | 0:e9c32e1df869 | 1 | #include "mbed.h" |
sakthipriya | 0:e9c32e1df869 | 2 | #include "math.h" |
sakthipriya | 0:e9c32e1df869 | 3 | |
sakthipriya | 0:e9c32e1df869 | 4 | void FUNC_ACS_GENPWM(float *); |
sakthipriya | 0:e9c32e1df869 | 5 | float * FUNC_ACS_MAG_EXEC(void); |
sakthipriya | 0:e9c32e1df869 | 6 | void FUNC_ACS_MAG_INIT(); |
sakthipriya | 0:e9c32e1df869 | 7 | //void Read_data_acs() |
sakthipriya | 0:e9c32e1df869 | 8 | float * FUNC_ACS_CNTRLALGO(float*,float*); |
sakthipriya | 0:e9c32e1df869 | 9 | float * FUNC_ACS_EXEC_GYR(); |
sakthipriya | 0:e9c32e1df869 | 10 | void FUNC_ACS_INIT_GYRO(); |