i2c working with old hk

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_1_1 by green rosh

Committer:
sakthipriya
Date:
Wed Dec 17 06:06:59 2014 +0000
Revision:
14:ef6be8ac6569
Parent:
13:1b37d98840d3
i2c working with old hk

Who changed what in which revision?

UserRevisionLine numberNew contents of line
greenroshks 0:8b0d43fe6c05 1 #include "mbed.h"
greenroshks 13:1b37d98840d3 2 #include "math.h"
greenroshks 0:8b0d43fe6c05 3
greenroshks 13:1b37d98840d3 4 void FUNC_ACS_GENPWM(float *);
greenroshks 13:1b37d98840d3 5 float * FUNC_ACS_MAG_EXEC(void);
greenroshks 13:1b37d98840d3 6 void FUNC_ACS_MAG_INIT();
greenroshks 13:1b37d98840d3 7 //void Read_data_acs()
greenroshks 13:1b37d98840d3 8 float * FUNC_ACS_CNTRLALGO(float*,float*);
greenroshks 13:1b37d98840d3 9 float * FUNC_ACS_EXEC_GYR();
greenroshks 13:1b37d98840d3 10 void FUNC_ACS_INIT_GYRO();