i2c testing for integration

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1_1 by sakthi priya amirtharaj

ACS.h

Committer:
raizel_varun
Date:
2015-04-09
Revision:
2:3d9ca9554adf
Parent:
0:e91ee0e99213

File content as of revision 2:3d9ca9554adf:

#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();