not workin

Dependencies:   mbed-rtos mbed

Fork of BAE_FRDM_INTEGRATION by green rosh

Committer:
sakthipriya
Date:
Tue Dec 16 11:37:09 2014 +0000
Revision:
9:6bcc165ee457
Parent:
8:667fbc82d634
i2c not workin new integ.

Who changed what in which revision?

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