pcb test start

Dependencies:   mbed-rtos mbed

Fork of BAE_hw_test1_5 by sakthi priya amirtharaj

ACS.h

Committer:
greenroshks
Date:
2015-04-06
Revision:
9:7936b618a879
Parent:
8:6d856d863537

File content as of revision 9:7936b618a879:

#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()
void moment_calc (float* , float* , float* );
void FUNC_ACS_CNTRLALGO(float*,float*,float a[]);
float * FUNC_ACS_EXEC_GYR();
void FUNC_ACS_INIT_GYR();