pwm gen works.new pins assigned to all except interrupt. everything works except beacon spi.

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1 by sakthi priya amirtharaj

Committer:
sakthipriya
Date:
Tue Apr 07 18:10:19 2015 +0000
Revision:
1:bbddd1763652
Parent:
0:e91ee0e99213
new pins assigned to all except interrupt. everything works except beacon spi.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sakthipriya 0:e91ee0e99213 1 #include "mbed.h"
sakthipriya 0:e91ee0e99213 2 #include "math.h"
sakthipriya 0:e91ee0e99213 3
sakthipriya 0:e91ee0e99213 4 void FUNC_ACS_GENPWM(float *);
sakthipriya 0:e91ee0e99213 5 void FUNC_ACS_MAG_EXEC(float *);
sakthipriya 0:e91ee0e99213 6 void FUNC_ACS_MAG_INIT();
sakthipriya 0:e91ee0e99213 7 //void Read_data_acs()
sakthipriya 0:e91ee0e99213 8 void moment_calc (float* , float* , float* );
sakthipriya 0:e91ee0e99213 9 void FUNC_ACS_CNTRLALGO(float*,float*,float a[]);
sakthipriya 0:e91ee0e99213 10 void FUNC_ACS_EXEC_GYR(float*);
sakthipriya 0:e91ee0e99213 11 void FUNC_ACS_INIT_GYR();
sakthipriya 0:e91ee0e99213 12