cdms i2c working - but not working after hk data is sent

Dependencies:   mbed-rtos mbed

Fork of pcb_test_vr1_1_2 by GOPA KUMAR K C

ACS.h

Committer:
sakthipriya
Date:
2015-05-17
Revision:
5:bf1f3504cd9d
Parent:
0:e91ee0e99213

File content as of revision 5:bf1f3504cd9d:

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