sakthi priya amirtharaj
/
BAE_vr2_gingerbread2
mag n gyro included
Fork of BAE_vr2_gingerbread2 by
Diff: ACS.h
- Revision:
- 0:e9c32e1df869
- Child:
- 4:12fe853d8bcf
diff -r 000000000000 -r e9c32e1df869 ACS.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ACS.h Wed Dec 17 06:52:26 2014 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" +#include "math.h" + +void FUNC_ACS_GENPWM(float *); +float * FUNC_ACS_MAG_EXEC(void); +void FUNC_ACS_MAG_INIT(); +//void Read_data_acs() +float * FUNC_ACS_CNTRLALGO(float*,float*); +float * FUNC_ACS_EXEC_GYR(); +void FUNC_ACS_INIT_GYRO();