acs integration working

Dependencies:   mbed-rtos mbed

ACS.h

Committer:
sakthipriya
Date:
2015-04-07
Revision:
0:e91ee0e99213

File content as of revision 0:e91ee0e99213:

#include "mbed.h"
#include "math.h"

void  FUNC_ACS_GENPWM(float *);
void FUNC_ACS_MAG_EXEC(float *);
void FUNC_ACS_MAG_INIT();
//void  Read_data_acs()
void moment_calc (float* , float* , float* );
void FUNC_ACS_CNTRLALGO(float*,float*,float a[]);
void FUNC_ACS_EXEC_GYR(float*);
void FUNC_ACS_INIT_GYR();