The one with the new HK

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_1_1 by Seeker of Truth ,

Committer:
greenroshks
Date:
Wed Dec 17 05:25:04 2014 +0000
Revision:
13:1b37d98840d3
Parent:
0:8b0d43fe6c05
The one with the new 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();