sakthi priya amirtharaj / Mbed 2 deprecated pcb_test_v1_1_1

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1 by sakthi priya amirtharaj

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ACS.h Source File

ACS.h

00001 #include "mbed.h"
00002 #include "math.h"
00003 
00004 void  FUNC_ACS_GENPWM(float *);
00005 void FUNC_ACS_MAG_EXEC(float *);
00006 void FUNC_ACS_MAG_INIT();
00007 //void  Read_data_acs()
00008 void moment_calc (float* , float* , float* );
00009 void FUNC_ACS_CNTRLALGO(float*,float*,float a[]);
00010 void FUNC_ACS_EXEC_GYR(float*);
00011 void FUNC_ACS_INIT_GYR();
00012