mag n gyro included

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_gingerbread2 by Seeker of Truth ,

ACS.h

Committer:
sakthipriya
Date:
2014-12-17
Revision:
4:12fe853d8bcf
Parent:
0:e9c32e1df869

File content as of revision 4:12fe853d8bcf:

#include "mbed.h"
#include "math.h"
#include "pin_config.h" 
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();