bae integrated final (may be)

Dependencies:   mbed-rtos mbed

Fork of BAE_FRDMTESIN2 by Seeker of Truth ,

Committer:
greenroshks
Date:
Mon Dec 15 05:58:23 2014 +0000
Revision:
8:667fbc82d634
Parent:
0:8b0d43fe6c05
BAE FINAL INTEGRATED (may be)

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