nothing

Dependencies:   mbed-rtos mbed

Fork of BAE_hw_test1_4 by sakthi priya amirtharaj

Committer:
Piasiv1206
Date:
Tue Mar 17 17:43:41 2015 +0000
Revision:
12:da058cfe9753
Parent:
11:6b00f3b1be17
nothing

Who changed what in which revision?

UserRevisionLine numberNew contents of line
raizel_varun 0:ebdf4f859dca 1 #include "mbed.h"
raizel_varun 0:ebdf4f859dca 2 #include "math.h"
raizel_varun 0:ebdf4f859dca 3
raizel_varun 0:ebdf4f859dca 4 void FUNC_ACS_GENPWM(float *);
raizel_varun 0:ebdf4f859dca 5 float * FUNC_ACS_MAG_EXEC(void);
raizel_varun 0:ebdf4f859dca 6 void FUNC_ACS_MAG_INIT();
raizel_varun 0:ebdf4f859dca 7 //void Read_data_acs()
sakthipriya 11:6b00f3b1be17 8 void moment_calc (float* , float* , float* );
sakthipriya 9:8b74ed33be76 9 void FUNC_ACS_CNTRLALGO(float*,float*,float a[]);
raizel_varun 0:ebdf4f859dca 10 float * FUNC_ACS_EXEC_GYR();
raizel_varun 0:ebdf4f859dca 11 void FUNC_ACS_INIT_GYR();
sakthipriya 5:4199c0dfed33 12