Seeker of Truth ,
/
baeaftrq1
hahalvl1
Fork of BAE_b4hw_test by
ACS.h@5:4199c0dfed33, 2015-02-05 (annotated)
- Committer:
- sakthipriya
- Date:
- Thu Feb 05 22:05:29 2015 +0000
- Revision:
- 5:4199c0dfed33
- Parent:
- 0:ebdf4f859dca
mnm +hk + others
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
raizel_varun | 0:ebdf4f859dca | 1 | #include "mbed.h" |
raizel_varun | 0:ebdf4f859dca | 2 | #include "math.h" |
raizel_varun | 0:ebdf4f859dca | 3 | |
raizel_varun | 0:ebdf4f859dca | 4 | void FUNC_ACS_GENPWM(float *); |
raizel_varun | 0:ebdf4f859dca | 5 | float * FUNC_ACS_MAG_EXEC(void); |
raizel_varun | 0:ebdf4f859dca | 6 | void FUNC_ACS_MAG_INIT(); |
raizel_varun | 0:ebdf4f859dca | 7 | //void Read_data_acs() |
raizel_varun | 0:ebdf4f859dca | 8 | float * FUNC_ACS_CNTRLALGO(float*,float*); |
raizel_varun | 0:ebdf4f859dca | 9 | float * FUNC_ACS_EXEC_GYR(); |
raizel_varun | 0:ebdf4f859dca | 10 | void FUNC_ACS_INIT_GYR(); |
sakthipriya | 5:4199c0dfed33 | 11 |