i2c slave integrated

Dependencies:   mbed-rtos mbed

Fork of BAE_FRDM_INTEGRATION by green rosh

Revision:
8:667fbc82d634
Parent:
0:8b0d43fe6c05
--- a/ACS.h	Wed Dec 10 06:34:17 2014 +0000
+++ b/ACS.h	Mon Dec 15 05:58:23 2014 +0000
@@ -1,3 +1,10 @@
 #include "mbed.h"
+#include "math.h"
 
-void  FUNC_ACS_GENPWM(void);
\ No newline at end of file
+void  FUNC_ACS_GENPWM(float *);
+float *  FUNC_ACS_MAG_EXEC(void);
+void FUNC_ACS_MAG_INIT();
+//void  Read_data_acs()
+float *  FUNC_ACS_CNTRLALGO(float*,float*);
+float * FUNC_ACS_EXEC_GYR();
+void FUNC_ACS_INIT_GYRO();